styling
This commit is contained in:
parent
b21ed40794
commit
e478d3df4d
4 changed files with 6 additions and 6 deletions
|
|
@ -43,7 +43,7 @@ body {
|
|||
background-repeat: no-repeat;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
min-height: 80vh;
|
||||
min-height: 100vh;
|
||||
width: 100vw;
|
||||
|
||||
.textcontainer {
|
||||
|
|
@ -78,7 +78,7 @@ body {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
background-image: url("../img/vignette.svg");
|
||||
background-size: 240px;
|
||||
background-size: 640px;
|
||||
background-repeat: repeat-x;
|
||||
background-position: bottom;
|
||||
z-index: 1;
|
||||
|
|
@ -185,7 +185,7 @@ footer {
|
|||
background-color: var(--fg);
|
||||
color: var(--bg);
|
||||
background-image: url("../img/vignette-footer.svg");
|
||||
background-size: 400px;
|
||||
background-size: 200px;
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
.album-player {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 0 40px;
|
||||
padding: 80px 40px 0 40px;
|
||||
justify-content: space-evenly;
|
||||
flex-direction: row-reverse;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue