Skip to content

Commit

Permalink
Update buttons style
Browse files Browse the repository at this point in the history
  • Loading branch information
MjavadH committed Oct 5, 2023
1 parent 1552d51 commit f5ea48e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Geometric/OopsBox/assets/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

* {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -66,6 +67,10 @@ body {
border-bottom: 4px solid #d00d56;
}

#container .content a:hover {
border-bottom: 4px solid #ff0562;
}

@media (max-width: 768px) {
#container {
top: 5%;
Expand Down Expand Up @@ -126,6 +131,7 @@ body {
#container .content {
max-width: 80%;
}

#container .content h1 {
font-size: 15vw;
}
Expand Down

0 comments on commit f5ea48e

Please sign in to comment.