adjusted sizing of footer
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
<a href="https://codeberg.org/denizk0461/pages-svelte">Page Source</a>
|
||||
<a href="/privacy">Privacy & Cookies</a>
|
||||
</div>
|
||||
<div class="content-box"></div>
|
||||
</div>
|
||||
<input
|
||||
type="image"
|
||||
@@ -64,7 +63,7 @@
|
||||
}
|
||||
|
||||
footer a:hover {
|
||||
font-weight: 900;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.bottom-rat {
|
||||
@@ -82,7 +81,10 @@
|
||||
}
|
||||
|
||||
.content-container {
|
||||
margin: 0 24px 0 48px;
|
||||
box-sizing: border-box;
|
||||
max-width: var(--page-width);
|
||||
margin: 0 auto;
|
||||
padding: 0 var(--margin-content-side);
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
gap: 16px;
|
||||
|
||||
Reference in New Issue
Block a user