Update static navbar on mobile (#15289)

* update logo on static pages (mobile)

* remove typo
This commit is contained in:
Natalie 2024-08-02 10:43:32 -04:00 committed by GitHub
parent 15f104ddd0
commit ce0e8284fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,13 +139,6 @@
<style lang='scss' scoped>
@import '~@/assets/scss/colors.scss';
@media only screen and (max-width : 750px) {
.login-button {
margin: 0 auto !important;
margin-top: 18px !important;
}
}
.habitica-logo {
height: 64px;
margin: 28px auto 0px auto;
@ -165,7 +158,7 @@
nav.navbar {
background: $purple-100 url(~@/assets/svg/for-css/bits.svg) right no-repeat;
padding-left: 25px;
padding-left: 24px;
padding-right: 12.5px;
height: 56px;
box-shadow: 0 1px 2px 0 rgba($black, 0.24);
@ -265,6 +258,16 @@
}
}
}
@media only screen and (max-width : 750px) {
.login-button {
margin: 0 auto !important;
margin-top: 18px !important;
}
.habitica-logo {
margin: 4px auto 0px auto;
}
}
</style>
<script>