mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Use less side padding on small screens.
This commit is contained in:
parent
49f4a710f8
commit
dff07d6672
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,12 @@ header a {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 600px) {
|
||||||
|
#content {
|
||||||
|
padding: 2.6rem 1.3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
margin: 1.3rem 0;
|
margin: 1.3rem 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue