mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
change desktop header style
This commit is contained in:
@@ -4,7 +4,7 @@ html {
|
||||
|
||||
h1::before,
|
||||
h2::before,
|
||||
h3::before
|
||||
h3::before,
|
||||
#comparison::before {
|
||||
display: block;
|
||||
content: " ";
|
||||
@@ -14,21 +14,7 @@ h3::before
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
h1::before,
|
||||
h2::before,
|
||||
h3::before
|
||||
#comparison::before {
|
||||
display: block;
|
||||
content: " ";
|
||||
margin-top: -125px;
|
||||
height: 205px;
|
||||
visibility: hidden;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-button-active{
|
||||
/* .nav-button-active{
|
||||
background-color: #00C8FB;
|
||||
color: #fff;
|
||||
}
|
||||
} */
|
||||
Reference in New Issue
Block a user