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:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user