footer hotfix

footer margin hotfix

hotfixy footera
This commit is contained in:
2023-07-19 13:30:17 +02:00
parent d932ebfa50
commit 428dd822a2
2 changed files with 19 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,7 @@
href="https://docs.google.com/document/d/1UAAPUtN0d_RoS4RgOzEzllJZJhA0VcizzCzKW4QylbY/edit"
target="_blank"
>
regulaminem symulatora Train Driver 2 </a
regulaminem symulatora Train Driver 2</a
>!
</div>
@@ -47,5 +47,6 @@ footer {
text-align: center;
padding: 1em 1em 0 1em;
margin-top: auto;
}
</style>
+17
View File
@@ -316,6 +316,7 @@ export default defineComponent({
td {
text-align: center;
padding: 0.25em;
height: 85px;
}
td:first-child {
@@ -340,4 +341,20 @@ export default defineComponent({
}
}
}
@media screen and (max-width: $breakpointSm) {
.actions-panel {
align-items: stretch;
flex-direction: column;
}
.actions-panel_vehicles {
display: grid;
grid-template-columns: 1fr 1fr;
}
.actions-panel_search {
display: grid;
}
}
</style>