mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
Fixed spacing
This commit is contained in:
@@ -71,11 +71,16 @@ p {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
border-top: 1px solid var(--color-secondary); /* or your hex value */
|
||||
}
|
||||
|
||||
/* ---------- Top Bar ---------- */
|
||||
.topbar {
|
||||
background: var(--color-bg);
|
||||
width: 100%;
|
||||
padding: 0.75rem 1.5rem;
|
||||
padding: 0.75rem;
|
||||
border-bottom: 3px solid var(--color-secondary);
|
||||
}
|
||||
|
||||
@@ -115,7 +120,7 @@ p {
|
||||
background: var(--color-bg);
|
||||
width: 100%;
|
||||
border-top: 3px solid var(--color-secondary);
|
||||
padding: 0.75rem 1.5rem;
|
||||
padding: 0.75rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user