mirror of
https://github.com/FlipsideCrypto/cosanostra.git
synced 2026-02-06 02:46:59 +00:00
fix: mobile friendly
This commit is contained in:
parent
f3c34356fc
commit
a3f39a686c
15
src/App.css
15
src/App.css
@ -245,7 +245,7 @@ body {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1200px) {
|
||||
@media only screen and (max-width: 900px) {
|
||||
.navbar .hamburger {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
@ -281,4 +281,17 @@ body {
|
||||
label {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.content::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.content .content__layer__text {
|
||||
background: none;
|
||||
-webkit-text-fill-color: #FFD800;
|
||||
}
|
||||
|
||||
.content__layer__one {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user