more styling tweaks
This commit is contained in:
parent
7335b31d11
commit
16c000b2e9
3 changed files with 34 additions and 8 deletions
|
|
@ -18,8 +18,8 @@ h1,
|
|||
|
||||
section {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 80px;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
gap: 50px;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
|
@ -38,7 +38,7 @@ ul {
|
|||
li {
|
||||
margin-bottom: 12px;
|
||||
font-size: 1.1em;
|
||||
line-height: 1.6;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue