@@ -41,6 +41,10 @@ nav {
font-size: 25px;
}
+nav img {
+ width: 25%;
+ }
+
nav ul.menu {
list-style-type: none;
margin: 0;
@@ -76,6 +80,10 @@ nav .mobile {
flex-direction: column;
height: auto;
+ nav img {
+ width: 70%;
display: none;