Skip to content

Commit

Permalink
fix css responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-lemeur committed Apr 22, 2024
1 parent de9a6c6 commit cf5d647
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions assets/sass/_custom.sass
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ body
background: $text-color
padding: 1px
top: 30px
left: -1rem

.search
input
Expand Down Expand Up @@ -173,9 +174,6 @@ body
width: 20px
box-sizing: content-box

.readium_container
max-width: 250px

.address, .mail
display: flex
align-items: center
Expand Down Expand Up @@ -288,16 +286,16 @@ tbody tr:nth-child(even)
.footer_inner
flex-direction: column
align-items: center
div
width: 300px

@media screen and (max-width: 769px)
.jsopen .nav_body
transform: translateX(calc(100vw - 265px))!important
justify-content: flex-start
background-color: $main-blue


@media screen and (max-width: 769px)
.nav_body_left
transform: translateX(100vw)!important
.follow
position: absolute
bottom: 100px

0 comments on commit cf5d647

Please sign in to comment.