ajout des images d'ornement

This commit is contained in:
Valentin
2023-12-17 16:49:23 +01:00
parent a0137d95ac
commit 02e77dda2f
16 changed files with 471 additions and 43 deletions

View File

@@ -59,21 +59,19 @@
@include fluo_button();
a {
display: inline-block;
max-width: calc(25vw - $x_margin * 2);
}
@media (min-width: $breakpoint_tablet) {
padding: 0;
}
@media (min-width: $breakpoint_desktop) {
margin-bottom: 0 !important;
margin: 0;
padding: 0 $x_margin;
position: fixed;
right: 0;
bottom: 10vh;
> div {
height: 3vh;
}
a {
max-width: calc(25vw - $x_margin * 2);
}
}
}
.file_fixed span:last-of-type {