better scaling
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user