Jothi Prasath
2 years ago
No known key found for this signature in database
GPG Key ID: 801387319B80C413
1 changed files with
16 additions and
12 deletions
-
assets/css/master.scss
|
|
|
@ -366,6 +366,22 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// Navbar |
|
|
|
|
|
|
|
.navbar { |
|
|
|
background-color: #333; |
|
|
|
justify-content: center; |
|
|
|
text-align: center; |
|
|
|
width: 100%; |
|
|
|
height: 40px; |
|
|
|
padding: 10px 16px; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar a { |
|
|
|
color: white; |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
|
|
|
|
// RESPONSIVE |
|
|
|
|
|
|
|
@media (max-aspect-ratio: 1/1) { |
|
|
|
@ -418,18 +434,6 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.navbar { |
|
|
|
background-color: #333; |
|
|
|
padding: 10px 16px; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar a { |
|
|
|
color: white; |
|
|
|
display: block; |
|
|
|
text-align: center; |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
|
|
|
|
// ANIMATIONS |
|
|
|
|
|
|
|
@keyframes fade-in { |
|
|
|
|