Browse Source

fix

pull/5/head
Jothi Prasath 2 years ago
parent
commit
5ee754b024
No known key found for this signature in database GPG Key ID: 801387319B80C413
  1. 28
      assets/css/master.scss

28
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 {

Loading…
Cancel
Save