mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
fix: responsywność
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|
||||||
@include smallScreen() {
|
@include smallScreen() {
|
||||||
font-size: calc(0.55rem + 1vw);
|
font-size: calc(0.5rem + 1.3vw);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -136,6 +136,7 @@ export default defineComponent({
|
|||||||
.header {
|
.header {
|
||||||
&_body {
|
&_body {
|
||||||
max-width: 21em;
|
max-width: 21em;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
@include smallScreen {
|
@include smallScreen {
|
||||||
max-width: 18em;
|
max-width: 18em;
|
||||||
|
|||||||
@@ -303,9 +303,8 @@ export default defineComponent({
|
|||||||
|
|
||||||
.status-indicator {
|
.status-indicator {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 110%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
transform: translateX(12em);
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user