This commit is contained in:
Kenneth Jannette
2024-01-12 19:35:41 -06:00
parent ea91ce9caa
commit 0a246997c0
2 changed files with 26 additions and 8 deletions

View File

@@ -77,10 +77,19 @@ p {
justify-content: center;
margin: 18px 2px 0px 2px;
padding: 2px 2px;
background-color: var(--background-blue);
border-radius: 18px;
}
.lower-foo {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
background-color: var(--background-blue);
border-radius: 15px;
}
.mobile-divider {
height: 8px;
width: 88%;