help mobile
This commit is contained in:
parent
335e137710
commit
51de1595f7
1 changed files with 23 additions and 5 deletions
20
src/gs.css
20
src/gs.css
|
|
@ -16,16 +16,34 @@ body {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img,
|
||||||
|
picture,
|
||||||
|
video {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
color: #f0f0f0;
|
color: #f0f0f0;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#wrapper {
|
@media screen and (width >= 100ch) {
|
||||||
|
div#wrapper {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: 90ch;
|
width: 90ch;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media screen and (width < 100ch) {
|
||||||
|
div#wrapper {
|
||||||
|
margin-top: 1rem;
|
||||||
|
padding-left: 2rem;
|
||||||
|
padding-right: 2rem;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue