fixup spacings

This commit is contained in:
Ryan Heywood 2024-09-24 12:06:14 -04:00
parent 9d169cd29a
commit 2c0df37f56
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 4 additions and 5 deletions

View File

@ -122,7 +122,8 @@ footer {
}
header {
margin: 24px;
padding: 24px;
border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
header p {
@ -142,7 +143,7 @@ hr {
* Navbar
*/
.menu-logo {
height: 60px;
height: 48px;
}
#home-link:hover {
@ -365,8 +366,6 @@ hr {
}
.menu ul {
margin-top: 12px;
margin-bottom: 12px;
padding-left: 0px;
list-style-type: none;
text-align: right;
@ -905,7 +904,7 @@ pre {
.carousel-item {
display: flex;
justify-content: center;
align-items: center;
align-items: start;
max-width: 400px;
height: 80px;
width: 100%;