Skip to content

Commit

Permalink
fix the home page style
Browse files Browse the repository at this point in the history
  • Loading branch information
Viterbo committed Nov 30, 2023
1 parent 181cb00 commit dbe7220
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/pages/home/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ onMounted(() => {
<q-page-container class="c-home__page-container">
<div class="c-home">
<div class="c-home__container">
<img
<div class="c-home__logo-container"><img
src="branding/telos-wallet-light.png"
:alt="$t('home.wallet_logo_alt')"
class="c-home__logo"
>
></div>
<div class="c-home__button-container">
<div v-if="showLoginBtns" class="c-home__network-toggle-container" role="tablist">
<button
Expand Down Expand Up @@ -154,11 +154,16 @@ onMounted(() => {
justify-content: space-between;
}
&__logo-container {
flex-grow: 1;
align-self: center;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
&__logo {
width: 220px;
align-self: center;
margin-top: 10rem;
margin-bottom: 10rem;
}
&__button-container {
Expand Down

0 comments on commit dbe7220

Please sign in to comment.