better scaling

This commit is contained in:
2023-09-03 11:17:01 -05:00
parent 8f4a6c33c0
commit 83545ebf75
4 changed files with 60 additions and 41 deletions
+3 -3
View File
@@ -14,11 +14,11 @@
display: flex;
flex-direction: column;
position: relative;
padding-bottom: 50px;
margin: 30px;
}
.bubble_main {
width: 40vw;
width: 100%;
}
.bubble_main h1 {
@@ -60,7 +60,7 @@
@media screen and (max-width: 650px) {
// Phones
.bubble_main {
width: 80vw;
width: auto;
}
.bubble_main h1 {