fix(style): responsive figure
All checks were successful
Deploy workflow / deploy (push) Successful in 14s

This commit is contained in:
Matthieu Bessat 2024-09-02 21:13:04 +02:00
parent 8db2b29b11
commit 4df864b6ef
2 changed files with 9 additions and 0 deletions

8
assets/sass/figure.scss Normal file
View file

@ -0,0 +1,8 @@
@media (max-width: $md-breakpoint) {
figure {
img {
max-width: 100% !important;
}
}
}

View file

@ -17,6 +17,7 @@ $secondary: #f15a24;
@import "./landing.scss";
@import "./footer.scss";
@import "./nav.scss";
@import "./figure.scss";
.page-footer {
border-top: 1px solid rgba(140, 130, 115, 0.15);