Poprawki responsywności

This commit is contained in:
2022-09-27 19:36:34 +02:00
parent 29a02dd98f
commit 3b44adff44
10 changed files with 19 additions and 19 deletions
+7
View File
@@ -128,6 +128,10 @@ export default defineComponent({
.header {
&_body {
max-width: 21em;
@include smallScreen {
max-width: 18em;
}
}
&_container {
@@ -141,8 +145,11 @@ export default defineComponent({
}
&_brand {
display: flex;
img {
width: 100%;
margin: 0 auto;
}
}