Home page
- remove text info under image on mobile
This commit is contained in:
@ -3,10 +3,10 @@
|
|||||||
/* ::: :::::::: */
|
/* ::: :::::::: */
|
||||||
/* home.css :+: :+: :+: */
|
/* home.css :+: :+: :+: */
|
||||||
/* +:+ +:+ +:+ */
|
/* +:+ +:+ +:+ */
|
||||||
/* By: hubourge <hubourge@student.42.fr> +#+ +:+ +#+ */
|
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2024/08/07 12:00:55 by edbernar #+# #+# */
|
/* 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 {
|
.left-side {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.team {
|
.team {
|
||||||
display: grid;
|
display: grid;
|
||||||
padding-inline: 30px;
|
padding-inline: 30px;
|
||||||
@ -557,12 +556,14 @@ footer {
|
|||||||
padding-bottom: 70px;
|
padding-bottom: 70px;
|
||||||
gap: 65px;
|
gap: 65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.team-member {
|
.team-member {
|
||||||
max-width: 250px;
|
max-width: 250px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
.team-member:hover .info {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
form input {
|
form input {
|
||||||
width: calc(100% - 40px);
|
width: calc(100% - 40px);
|
||||||
|
Reference in New Issue
Block a user