last-minute bug fix
This commit is contained in:
parent
69615d655c
commit
30cf16d2d2
1 changed files with 6 additions and 2 deletions
|
@ -24,8 +24,12 @@ p {
|
|||
font-size: 1rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: -2px;
|
||||
margin-top: -4px;
|
||||
margin-bottom: -4px;
|
||||
|
||||
font-size: 2.5rem;
|
||||
|
@ -161,7 +165,7 @@ header {
|
|||
text-decoration: none;
|
||||
text-align: center;
|
||||
|
||||
max-width: 640px;
|
||||
max-width: 620px;
|
||||
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
|
|
Loading…
Add table
Reference in a new issue