Public Access
5
0

Correctifs au nav et au footer

This commit is contained in:
Jeremy
2025-11-22 16:19:58 -05:00
parent 05be9f8b22
commit d81d61ed34

View File

@@ -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;
}
/****************************/