mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Poprawki
This commit is contained in:
+3
-3
@@ -140,12 +140,12 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
padding: 1em 0.5em;
|
padding: 0.5em 0.5em;
|
||||||
|
|
||||||
@include smallScreen() {
|
@include smallScreen() {
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 0.5em;
|
left: 0.75em;
|
||||||
padding: 0.5em 0;
|
padding: 0;
|
||||||
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -68,6 +68,8 @@
|
|||||||
</router-view>
|
</router-view>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
<!-- <MobileNav /> -->
|
||||||
|
|
||||||
<footer class="app_footer">
|
<footer class="app_footer">
|
||||||
©
|
©
|
||||||
<a href="https://td2.info.pl/profile/?u=20777" target="_blank">Spythere</a>
|
<a href="https://td2.info.pl/profile/?u=20777" target="_blank">Spythere</a>
|
||||||
|
|||||||
@@ -255,8 +255,8 @@ ul {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 1rem;
|
right: 2rem;
|
||||||
bottom: 4rem;
|
bottom: 2rem;
|
||||||
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user