base.scss: fix various padding and margin

This commit is contained in:
Ryan Heywood 2024-03-29 02:12:56 -04:00
parent 2be591d0ba
commit 3344adeab1
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 8 additions and 12 deletions

View File

@ -62,7 +62,7 @@ h4,
h5,
h6 {
margin: 0px;
margin-top: 12px;
margin-top: 0px;
margin-bottom: 12px;
font-weight: bold;
color: var(--text-color);
@ -112,14 +112,14 @@ p {
footer {
color: var(--text-color);
border-top: var(--border);
margin-top: 0;
padding-top: 10px;
margin-top: 24px;
padding-top: 12px;
text-align: right;
}
header {
margin-top: 50px;
margin-bottom: 50px;
margin-top: 24px;
margin-bottom: 24px;
}
header p {
@ -147,10 +147,6 @@ hr {
text-decoration: none;
}
.header-page-links {
margin-right: 10%;
}
.header-page-links li:before {
content: ''
}
@ -450,7 +446,7 @@ textarea {
.flex-container {
display: flex;
justify-content: space-between;
align-items: center;
align-items: flex-start;
}
.flex-container-inner {
@ -458,8 +454,8 @@ textarea {
}
section {
padding-top: 50px;
padding-bottom: 50px;
margin-top: 24px;
margin-bottom: 24px;
}
.companies {