Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Patcire committed Sep 30, 2024
1 parent 78b2143 commit 16f1467
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions sass/pages/_about.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@import "../abstracts/index";

.about{
height: 100vh;
background-image: url("../../public/bg.svg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
padding-bottom: 20%;
@include flex-column;
position: relative;
&__text{
Expand Down Expand Up @@ -49,7 +49,6 @@
}
@include mobile{
.about{
padding-top: 22%;
&__p{
font-size: 1.6rem;
}
Expand Down
2 changes: 1 addition & 1 deletion sass/pages/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
.home{
//background-color: $lightPink;
&__figure{

left: 10.95%;
}
&__cereals{
width: 180px;
Expand Down
4 changes: 2 additions & 2 deletions src/components/Results.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ export default {
New quiz ?
</a>
<a v-if="this.mode.mod==='homeMod'"
@click="router().push('/register')"
@click="router().push('/play')"
class="quiz__suggest">
Register to play more!
play more!
</a>
<a v-if="this.mode.isCustom" class="quiz__suggest"
@click="router().push('/profile')">
Expand Down

0 comments on commit 16f1467

Please sign in to comment.