chore: refactor code style
This commit is contained in:
@@ -60,7 +60,6 @@ body {
|
||||
a {
|
||||
color: $global-link-color;
|
||||
text-decoration: none;
|
||||
word-break: break-all;
|
||||
transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
|
||||
|
||||
&:hover {
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 960px) {
|
||||
.navbar {
|
||||
.navbar-container {
|
||||
header.desktop {
|
||||
.header-wrapper {
|
||||
margin: 0 1rem;
|
||||
}
|
||||
}
|
||||
@@ -52,11 +52,11 @@
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 560px) {
|
||||
.navbar {
|
||||
header.desktop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.navbar-mobile {
|
||||
header.mobile {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user