fix: responsywność

This commit is contained in:
2022-12-26 20:01:10 +01:00
parent a5c829faf5
commit 279bbfa4db
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
font-size: 1rem;
@include smallScreen() {
font-size: calc(0.55rem + 1vw);
font-size: calc(0.5rem + 1.3vw);
}
}
+1
View File
@@ -136,6 +136,7 @@ export default defineComponent({
.header {
&_body {
max-width: 21em;
position: relative;
@include smallScreen {
max-width: 18em;
+1 -2
View File
@@ -303,9 +303,8 @@ export default defineComponent({
.status-indicator {
position: absolute;
left: 50%;
left: 110%;
bottom: 0;
transform: translateX(12em);
z-index: 100;
}