Skip to content

Commit 391ceee

Browse files
committed
More better margins
1 parent f11ae26 commit 391ceee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/css/lsg.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ h1, h2, h3, .sidebar h1, .sidebar h2, .sidebar h3 {
99
margin-bottom: .5rem;
1010
text-wrap: balance;
1111
}
12-
h1 { font-size: 2.5rem; line-height: 0.7; }
12+
h1, .sidebar h1 { font-size: 2.5rem; margin: 0; line-height: 0.7; }
1313
h2 { font-size: 2rem; margin-top: 2rem; }
1414
h1 + h3 { margin-top: .5rem; }
1515
p, ul, ol, dl { margin-bottom: .5rem; }
@@ -86,7 +86,7 @@ table.cal .other { background-color: #CFE2F3; }
8686
#menu-toggle:checked ~ #hamburger #line2 { transform: scaleX(0); }
8787
#menu-toggle:checked ~ #hamburger #line3 { transform: rotate(-45deg); }
8888
.sidebar { text-align: left; padding-bottom: 5px; }
89-
.sidebar h1 { padding-right: 50px; margin: 0; line-height: 0; overflow: hidden; }
89+
.sidebar h1 { padding-right: 50px; line-height: 0; overflow: hidden; }
9090
.sidebar h1 a { display: inline-block; max-width: 100%; }
9191
.sidebar h1 img { display: block; height: 5rem; width: auto; max-width: 100%; margin: 0; }
9292
.sidebar nav { display: none; }

0 commit comments

Comments
 (0)