Commit 720273b0 by Iren

add fail mobile.jpg to path layots

parent b35d16f4
......@@ -93,6 +93,7 @@ header {
}
}
.header-container {
position: relative;
height: 733px;
color: red;
}
......@@ -143,6 +144,12 @@ header {
margin-top: 20px;
}
}
@media (max-width: 576px) {
.header-nav {
display: none;
width: 50px;
}
}
.header-link {
margin-right: 2.5%;
}
......
......@@ -83,6 +83,7 @@ header {
}
}
.header-container {
position: relative;
height: 733px;
color: red;
@media (max-width: 576px) {
......@@ -124,6 +125,10 @@ header {
height: 5px;
margin-top: 20px;
}
@media (max-width: 576px) {
display: none;
width: 50px;
}
}
.header-link {
margin-right: 2.5%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment