- some change in css
This commit is contained in:
Kum1ta
2024-09-18 14:26:48 +02:00
parent f3bbf498ca
commit a93e713f44
4 changed files with 11 additions and 11 deletions

View File

@ -6,7 +6,7 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/07 12:00:55 by edbernar #+# #+# */
/* Updated: 2024/09/17 22:34:12 by edbernar ### ########.fr */
/* Updated: 2024/09/18 13:47:10 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
@ -201,7 +201,7 @@ label {
font-size: 1rem;
}
input {
form input {
border: none;
padding: 20px;
margin-bottom: 20px;

View File

@ -188,7 +188,7 @@ body {
padding-inline: 50px;
gap: 5rem;
align-items: center;
justify-content: center;
justify-content: space-between;
inset-inline: 0;
top: 0;
z-index: 500;
@ -228,7 +228,6 @@ body {
.search-container {
display: flex;
align-items: flex-start;
justify-content: center;
width: 40%;
}
@ -314,7 +313,6 @@ body {
color: black;
text-align: center;
line-height: 40px;
margin-left: auto;
transition: background-color 0.3s ease;
}