Home page
- remove text info under image on mobile
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user