mirror of
https://github.com/torproject/lego.git
synced 2024-11-27 11:40:27 +00:00
fix padding in page container
This commit is contained in:
parent
0b3cadbed3
commit
094dd93359
@ -2,9 +2,9 @@
|
|||||||
* Base structure
|
* Base structure
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Move down content because we have a fixed navbar that is 3.5rem tall */
|
/* Move down content because we have a fixed navbar that is 10rem tall */
|
||||||
.page {
|
.page {
|
||||||
padding-top: 3.5rem;
|
padding-top: 10rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Reset */
|
/* Reset */
|
||||||
|
Loading…
Reference in New Issue
Block a user