mirror of
https://github.com/FlipsideCrypto/cosanostra.git
synced 2026-02-06 10:56:48 +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;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1200px) {
|
@media only screen and (max-width: 900px) {
|
||||||
.navbar .hamburger {
|
.navbar .hamburger {
|
||||||
display: grid;
|
display: grid;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -281,4 +281,17 @@ body {
|
|||||||
label {
|
label {
|
||||||
color: #000 !important;
|
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