Header : design responsive

This commit is contained in:
Ahurac 2024-02-01 13:24:02 +01:00
parent d447f8e4de
commit 6586d1074a

View file

@ -41,4 +41,10 @@ span {
align-items: center; align-items: center;
height: 30px; height: 30px;
} }
@media screen and (max-width: 800px) {
div, nav {
flex-direction: column;
}
}
</style> </style>