1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

Footer tweaks, text adjustments for about, appeals

Just a light touch up for the footer and some additional text changes
for the about and appeals section
This commit is contained in:
ro
2024-02-13 10:24:45 -06:00
parent 0510dfdea2
commit 63b1255705
4 changed files with 30 additions and 15 deletions

View File

@ -186,25 +186,27 @@ sup {
}
footer {
width: 100%;
color: var(--primary);
background: var(--secondary);
height: 200px;
margin-top: 50px;
}
footer > div:nth-child(1) {
display: grid;
grid-template-columns: 50% 50%;
grid-template-columns: 50% 48%;
padding: 10px;
gap: 10px;
height: auto;
width: 80%;
margin: 0 auto;
margin: 20px auto;
max-width: 1000px;
position: relative;
}
footer a {
color: var(--white);
}
footer > div:nth-child(2) {
text-align: right;
}
/*
responsive
*/