Compare commits

..

2 Commits

Author SHA1 Message Date
Valentin
eb0294062a Merge branch 'master' into prod
correction photos page actu
2024-01-22 17:21:01 +01:00
Valentin
20506e8c5a modif preview photo page actus 2024-01-22 17:20:43 +01:00
3 changed files with 5 additions and 1 deletions

View File

@@ -687,6 +687,8 @@ body.toolbar-fixed header {
overflow: hidden; overflow: hidden;
padding-left: 3vw; padding-left: 3vw;
padding-right: 3vw; padding-right: 3vw;
display: flex;
align-items: center;
} }
.views-row article > div:first-of-type a img { .views-row article > div:first-of-type a img {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View File

@@ -6,6 +6,8 @@
overflow: hidden; overflow: hidden;
padding-left: $x_margin; padding-left: $x_margin;
padding-right: $x_margin; padding-right: $x_margin;
display: flex;
align-items: center;
a { a {
img { img {
height: auto; height: auto;