Skip to content

Commit 529d024

Browse files
Smaller margins
1 parent 6128aff commit 529d024

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ body {
2929
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
3030
font-size: 12pt;
3131
line-height: 1.6;
32-
padding: 2rem;
32+
padding: 1.5rem;
3333
word-wrap: break-word;
3434
}
3535

@@ -58,7 +58,7 @@ header {
5858
flex-wrap: wrap;
5959
justify-content: center;
6060
align-items: center;
61-
padding: 15px;
61+
/* padding: 15px; */
6262
background: var(--headerbg);
6363
gap: 5px;
6464
}
@@ -162,7 +162,7 @@ main {
162162
margin: auto;
163163
max-width: 920px;
164164
background: var(--mainbg);
165-
padding: 15px;
165+
/* padding: 15px; */
166166
padding-top: 30px;
167167
}
168168

@@ -185,7 +185,7 @@ footer {
185185
margin: auto;
186186
max-width: 920px;
187187
background: var(--footerbg);
188-
padding: 15px;
188+
/* padding: 15px; */
189189
padding-top: 30px;
190190
border-top: 1px solid var(--navborder);
191191
}

0 commit comments

Comments
 (0)