Header : design responsive
This commit is contained in:
parent
d447f8e4de
commit
6586d1074a
1 changed files with 6 additions and 0 deletions
|
@ -41,4 +41,10 @@ span {
|
|||
align-items: center;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
div, nav {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue