Fixed mobile optimization

This commit is contained in:
Mathias Wagner
2022-05-08 02:34:46 +02:00
parent e1d6fea7bd
commit ef5dc40026
3 changed files with 18 additions and 6 deletions

View File

@@ -19,4 +19,8 @@
transition: all 50ms ease-in-out
.settings:hover
transform: scale(1.1)
transform: scale(1.1)
@media (max-width: 320px)
.header-main h2
margin-left: 0

View File

@@ -33,7 +33,7 @@
font-size: 28pt
margin: 1rem
@media (max-width: 1370px)
@media (max-width: 1351px)
.analyse-area
flex-direction: column
width: 60rem
@@ -55,6 +55,10 @@
padding-left: 1rem
padding-bottom: 1rem
padding-top: 1rem
width: 15rem
width: 18rem
.inner-container
margin: 0
margin: 0
@media (max-width: 320px)
.analyse-area
width: 16rem

View File

@@ -28,7 +28,7 @@
font-weight: 900
color: #C8C8C8
@media (max-width: 1370px)
@media (max-width: 1351px)
.speedtest
width: 60rem
@@ -51,4 +51,8 @@
@media (max-width: 475px)
.speedtest
width: 15rem
width: 18rem
@media (max-width: 320px)
.speedtest
width: 16rem