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; 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;
} }
+2
View File
@@ -68,6 +68,8 @@
</router-view> </router-view>
</main> </main>
<!-- <MobileNav /> -->
<footer class="app_footer"> <footer class="app_footer">
&copy; &copy;
<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>
+2 -2
View File
@@ -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;