Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyagothi committed Aug 5, 2024
1 parent b78d40b commit f64c370
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 f64c370

Please sign in to comment.