@@ -135,27 +137,16 @@ html {
min-height: 80vh;
}
-.footer {
+footer {
margin-top: 5vh;
- font-size: 13px;
- background: #eee;
+ font-weight: 400;
padding: 5vh 0;
- .copyright,
- .contact-me {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .my-badge {
- display: inline;
- margin-left: 5px;
- }
- .contact {
+ font-size: .85rem;
+ background: #eee;
+ text-align: center;
+ a {
text-decoration: none;
- color: #212529;
- }
- .contact:hover {
- text-decoration: underline;
+ color: #6c757d;
}
}
*,