improve responsiveness

This commit is contained in:
Peter Maquiran
2023-07-07 12:03:03 +01:00
parent 2d03162a3b
commit c62f7319a0
176 changed files with 1793 additions and 1682 deletions
+4 -4
View File
@@ -37,7 +37,7 @@
display: flex;
align-items: center;
justify-content: center;
font-size: 19pt;
font-size: 1rem(12);
background: #44b5ea;
border-radius: 56px;
margin-left: 30px;
@@ -55,15 +55,15 @@
.clear{
color: #44b5ea;
font-size: 12pt;
font-size: rem(16);
}
.dot-active{
background: #44b5ea;
}
.dot{
width: 25px;
height: 25px;
width: rem(25);
height: rem(25);
margin: 0 10px 0 0;
border: 3px solid #44b5ea;
box-sizing: border-box;