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