fix background
This commit is contained in:
@ -62,12 +62,14 @@ body {
|
|||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
background-image: url("/img/l_ash02_big.jpg");
|
background-image: url("/img/l_ash02_big.jpg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
background-attachment: fixed;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
|
height: 100%;
|
||||||
/* padding: 0 1em; */
|
/* padding: 0 1em; */
|
||||||
/* font-size: 1.15rem; */
|
/* font-size: 1.15rem; */
|
||||||
/* align-items: flex-start; */
|
/* align-items: flex-start; */
|
||||||
|
Reference in New Issue
Block a user