Skip to content

Commit

Permalink
head_mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
aasjunior committed Aug 11, 2024
1 parent 185dbe5 commit b9220ec
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions src/css/styles/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
}

.head_text-box{
width: 80%;
width: 100%;
}

.title, .header-title, :is(#future) em{
Expand Down Expand Up @@ -231,15 +231,16 @@
}

#bibliography{
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}

.bib{
max-width: 100%;
max-width: 75%;
font-size: 14px;
padding: 0;
padding-bottom: 20px;
}

:is(#bibliography) .title{
Expand Down Expand Up @@ -267,6 +268,20 @@
max-width: 768px !important;
} */

.card-img{
height: 250px;
}

.head-btns{
display: flex;
padding: 40px 5px;
justify-content: center;
}

.btn{
font-size: 16px;
}

#mobile_btn{
width: 35px;
height: 35px;
Expand Down Expand Up @@ -312,4 +327,8 @@
.fa-solid.fa-bars, .fa-solid.fa-x{
font-size: 20px;
}

:is(.bib) .bib, a{
font-size: 12px;
}
}

0 comments on commit b9220ec

Please sign in to comment.