added image gallery component; moved blurred background to separate CSS class

This commit is contained in:
2026-04-06 17:53:40 +02:00
parent 256b3d4142
commit da62a57bfb
13 changed files with 131 additions and 39 deletions

View File

@@ -15,7 +15,7 @@
</script>
<footer>
<div class="background">
<div class="background blurred-background">
<hr>
<div class="content-container">
<div class="content-box center-box">
@@ -92,7 +92,6 @@
.background {
background-color: var(--color-background-highlight);
backdrop-filter: blur(var(--blur-radius-background));
margin-top: 32px;
}