Home page

- remove text info under image on mobile
This commit is contained in:
Kum1ta
2024-11-21 11:07:28 +01:00
parent 745855d41c
commit d77872c37a

View File

@ -3,10 +3,10 @@
/* ::: :::::::: */
/* home.css :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: hubourge <hubourge@student.42.fr> +#+ +:+ +#+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/07 12:00:55 by edbernar #+# #+# */
/* Updated: 2024/11/19 15:14:21 by hubourge ### ########.fr */
/* Updated: 2024/11/21 11:06:55 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
@ -549,7 +549,6 @@ footer {
.left-side {
display: none;
}
.team {
display: grid;
padding-inline: 30px;
@ -557,12 +556,14 @@ footer {
padding-bottom: 70px;
gap: 65px;
}
.team-member {
max-width: 250px;
width: 100%;
height: auto;
}
.team-member:hover .info {
opacity: 0;
}
form input {
width: calc(100% - 40px);