This commit is contained in:
2022-06-09 14:31:04 +02:00
parent 315c215150
commit d0e8b5cb51
3 changed files with 7 additions and 5 deletions
+3 -3
View File
@@ -140,12 +140,12 @@
flex-direction: column;
justify-content: flex-end;
align-items: flex-end;
padding: 1em 0.5em;
padding: 0.5em 0.5em;
@include smallScreen() {
right: auto;
left: 0.5em;
padding: 0.5em 0;
left: 0.75em;
padding: 0;
align-items: center;
}