mirror of
https://github.com/statbate/layout.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
7180e50106
commit
f6a339c857
2 changed files with 19 additions and 5 deletions
|
|
@ -161,6 +161,7 @@ width: 100%;
|
|||
border-radius: 8px;
|
||||
margin-top: 12px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.header_mobile_nav a {
|
||||
|
|
@ -171,6 +172,19 @@ width: 100%;
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
.color_first {
|
||||
background-color: #dfdfdf;
|
||||
}
|
||||
|
||||
.color_second {
|
||||
background-color: #f3f3f5;
|
||||
}
|
||||
|
||||
.color_active {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
@media (max-width: 805px) {
|
||||
.header {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue