This commit is contained in:
Kenneth Jannette
2024-02-05 19:08:41 -06:00
parent 65e794fc4f
commit a12da07220
3 changed files with 51 additions and 13 deletions

View File

@@ -69,7 +69,11 @@ p {
/*** Media Queries **/
@media only screen and (max-width: 430px) {
@media only screen and (max-width: 420px) {
.main-container {
max-width: 390px;
}
.mobile-content-container {
display: flex;
flex-direction: column;