Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ukriu authored Sep 18, 2024
1 parent 0d12031 commit 03f25d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
html, body {
margin: 0 auto;
background: #000;
background-attachment: fixed;
background-size: cover;
background: url(media/bg.gif) repeat center center, #000;
}

body {
display: flex;
flex-direction: column;
height: 100vh;
max-width: 650px;
background: url(media/bg.gif) repeat center center, #000;
background-attachment: fixed;
background-size: cover;
}

header {
Expand Down Expand Up @@ -119,4 +119,4 @@ a:active {color: crimson;}
.text-box-owner {
border: 1px solid violet;
padding: 16px;
}
}

0 comments on commit 03f25d7

Please sign in to comment.