Skip to content

Commit

Permalink
Update home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug6739 committed Mar 23, 2021
1 parent 2ef688c commit 8395014
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions __frontend/public/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
transition-timing-function: ease;
transition-delay: 0s;
}
.annonce img{
max-width: 100%;
}


/* ARTICLES */
Expand Down Expand Up @@ -214,8 +217,7 @@
}

.image-album{
height: 25em;
width: auto;
max-width: 50%;
display: block;
margin-left: auto;
margin-right: auto;
Expand Down Expand Up @@ -249,8 +251,7 @@
/*height: 100%;
width: 80%;
margin-left: 10%;*/
height: 12em;
width: auto;
height: auto;
max-width: 95%;
display: block;
margin-left: auto;
Expand Down

0 comments on commit 8395014

Please sign in to comment.