correction de la page de connexion
This commit is contained in:
@@ -25,7 +25,7 @@ section.list img {
|
||||
nav {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
|
||||
background-color: #283d5d;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
@@ -42,8 +42,16 @@ main.container {
|
||||
margin-right : 20px;
|
||||
}
|
||||
|
||||
.sous {
|
||||
display: none;
|
||||
box-shadow: 0px 1px 2px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
|
||||
nav > ul li:hover .sous{
|
||||
display: block;
|
||||
}
|
||||
|
||||
section.connexion {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
Reference in New Issue
Block a user