-

+
Guitars
-

+
Dogs
-

+
Cats
-

+
Coffee
-

+
Television
-

+
Video Games
diff --git a/style/index.css b/style/index.css
index 185e11650..0af2b1fb8 100644
--- a/style/index.css
+++ b/style/index.css
@@ -7,7 +7,7 @@
}
-header nav{
+ header nav{
width:100%;
background-color: CadetBlue;
color: azure;
@@ -15,9 +15,7 @@ header nav{
justify-content: space-between;
align-items:center;
}
-h1{
- text-size: 30%;
-}
+
.links{
width: 60%;
@@ -77,7 +75,16 @@ footer{
justify-content: center;
}
-
+@media(max-width:500px){
+ header nav{
+ display:flex;
+ flex-direction:column;
+ align-items:center;
+ }
+ .links{
+ width:100%;
+ }
+}