Fix website responsive layouts

This commit is contained in:
Keavon Chambers
2022-05-12 13:08:53 -07:00
parent 3554a38d27
commit 15641a3d2a
3 changed files with 32 additions and 7 deletions
+4 -2
View File
@@ -16,7 +16,6 @@
width: 100%;
height: auto;
}
}
hr {
@@ -47,7 +46,10 @@
}
.social {
width: 100%;
display: flex;
gap: 20px;
gap: calc(var(--font-size-link) * 0.8);
flex-wrap: wrap;
justify-content: center;
}
}