RWD fix for the home page

This commit is contained in:
2022-01-06 01:04:14 +01:00
parent 8f3649d141
commit 6c890d03d6
3 changed files with 15 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
</projects>
<div class="more-button">
<GhostButton @click.native="$router.push('projects')">
RESZTA PROJEKTÓW
ZOBACZ WIĘCEJ
</GhostButton>
</div>
</section>
@@ -57,12 +57,12 @@ export default {
.btn {
margin: 0 auto;
@media screen and (max-width: 600px) {
@include media-tablet {
width: 100%;
}
}
@media screen and (max-width: 600px) {
@include media-tablet {
padding: 0 25px;
}
}