mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Limit the maximum horizontal content width to 55rem.
This commit is contained in:
parent
dff07d6672
commit
1d6a98a40e
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ header a {
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
margin: 0 0 2.6rem 0;
|
max-width: 55rem;
|
||||||
|
margin: 0 auto 2.6rem auto;
|
||||||
padding: 2.6rem 5.2rem;
|
padding: 2.6rem 5.2rem;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue