make background image fixed

This commit is contained in:
luisa.bellitto 2025-06-14 16:29:01 +02:00 committed by Luisa Bellitto
parent 796eacb802
commit 871949b567
3 changed files with 21 additions and 12 deletions

View file

@ -1,4 +1,4 @@
.login-display{
.background{
display: flex;
flex-direction: column;
height: 100vh; /* Full viewport height */
@ -6,7 +6,7 @@
background: var(--gradient-blue-backround-mobile);
align-items: center;
justify-content: center;
background-attachment: fixed;
}
.login-text{