Minor css changes for mobile

This commit is contained in:
Rosia E Evans 2023-02-01 21:02:04 +00:00
parent b5e2881010
commit 74439469ec
8 changed files with 109 additions and 11 deletions

View file

@ -48,3 +48,14 @@ h1{
margin-bottom: 7vh;
margin-top: 7vh;
}
@media (orientation:portrait){
#socialBar{
font-size: 3rem;
margin-top: 5vh;
}
#backButtonContainer{
font-size: 3rem;
}
}