Correctifs au nav et au footer
This commit is contained in:
@@ -27,9 +27,7 @@ nav {
|
||||
nav ul {
|
||||
display: flex;
|
||||
list-style: none;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
nav img {
|
||||
@@ -38,20 +36,18 @@ nav img {
|
||||
}
|
||||
|
||||
nav a {
|
||||
display: block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
color: #FFEFE5;
|
||||
padding: 0 16px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
nav a:hover {
|
||||
display: block;
|
||||
align-items: center;
|
||||
line-height: 39px;
|
||||
|
||||
height: 40px;
|
||||
border-radius: 20px;
|
||||
background-color: #273A56;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
footer {
|
||||
@@ -59,8 +55,7 @@ footer {
|
||||
text-align: center;
|
||||
color: #FFEFE5;
|
||||
width: 100%;
|
||||
padding: 16px 0;
|
||||
height: 15vh;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
/****************************/
|
||||
|
||||
Reference in New Issue
Block a user