minor style change
This commit is contained in:
parent
10d7afaaf4
commit
8a88c5b1be
3 changed files with 18 additions and 4 deletions
|
|
@ -72,6 +72,7 @@ header nav {
|
|||
|
||||
main {
|
||||
min-height: 60vh;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
@ -84,9 +85,9 @@ h1, h2, h3, h4 {
|
|||
line-height: 1.3;
|
||||
}
|
||||
|
||||
h1 { font-size: 1.75rem; }
|
||||
h2 { font-size: 1.4rem; }
|
||||
h3 { font-size: 1.15rem; }
|
||||
h1 { font-size: 1.5rem; }
|
||||
h2 { font-size: 1.25rem; }
|
||||
h3 { font-size: 1.1rem; }
|
||||
|
||||
h2::after {
|
||||
content: " ##";
|
||||
|
|
@ -202,4 +203,10 @@ footer {
|
|||
border-top: 1px solid var(--border);
|
||||
color: var(--muted);
|
||||
font-size: 0.9rem;
|
||||
|
||||
.footer-links {
|
||||
display: flex;
|
||||
gap: 1.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue