Skip to content

Commit

Permalink
Merge pull request #1148 from dhairyagothi/main
Browse files Browse the repository at this point in the history
Update styles.css
  • Loading branch information
varshith257 authored Aug 8, 2024
2 parents db86217 + 9750576 commit 89b9c2b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -883,3 +883,34 @@ footer {
#back-to-top:hover {
transform: scale(1.1);
}


@media (max-width: 768px) {
#back-to-top-container {
right: 15px;
}
.app__container{
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;

}
.app__buttons{
display: flex !important;
flex-direction: column !important;
align-items: center !important;


}

.app__buttons button{
margin: 10px 0 !important;
}
.app__buttons button:hover{
background-color: #55a5ea !important;
color: black !important;
}


}

0 comments on commit 89b9c2b

Please sign in to comment.