- elh.gay
+
+
@@ -58,9 +58,5 @@ margin-bottom: 1rem;
display: flex;
flex-wrap: wrap;
justify-content:center; }
- .discordtext {
- margin:0.5rem;
- font-size:large;
- }
\ No newline at end of file
diff --git a/src/styles/global.css b/src/styles/global.css
index 147cb31..955da54 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -80,7 +80,7 @@ font-size: 2rem
.nav-links {
width: 50%;
top: 5rem;
- left: 48px;
+ left: 20px;
background-color: #ff9776;
display: none;
margin: 0;
@@ -89,20 +89,25 @@ font-size: 2rem
.nav-links a {
display: block;
text-align: center;
- padding: 10px 0;
+ padding: 15px 20px;
text-decoration: none;
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
+
}
-
-
+ @media only screen and (max-width: 768px){
+ .nav-links a {
+ font-size: 1rem;
+ padding: 10px 10px;
+ }
+ }
.expanded {
display: unset;
}
- @media screen and (min-width: 636px) {
+
.nav-links {
margin-left: 5em;
display: block;
@@ -110,13 +115,7 @@ font-size: 2rem
width: auto;
background: none;
}
-
- .nav-links a {
- display: inline-block;
- padding: 15px 20px;
- }
-
- }
+
.navbutton {
border-radius: 30%;
@@ -126,7 +125,7 @@ font-size: 2rem
.navbutton:hover, .navbutton:active
{
background-color: darkorange;
- border-radius: 30%;
+
}
.fbutton {
border-radius: 100px;
@@ -161,3 +160,9 @@ padding: 2rem;
padding: .75rem ;
}
}
+
+ @media only screen and (max-width: 768px){
+ .navbutton{
+ border-radius: 20rem;
+ }
+ }
\ No newline at end of file