Skip to content

Commit

Permalink
changes in background and other minor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
edmishchenko authored Jan 12, 2024
1 parent 1f81a91 commit 75917a7
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ body {
padding: 0;
overflow: hidden;
min-height: 100vh;
background: #0C0C2C url('../img/background-desktop-test.png') no-repeat;
background-size: 100% 100%;
background-image: url("../img/background-desktop.png");
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: cover;
background-color: #0C0C2C;
display: flex;
flex-direction: column;
}
Expand Down Expand Up @@ -114,7 +118,7 @@ main {
.content .options {
line-height: 30px;
margin-top: 26px;
margin-bottom: 13px;
margin-bottom: 26px;
}

footer {
Expand Down Expand Up @@ -346,11 +350,12 @@ footer .social-media-container img {

@media (max-width: 470px) {
body {
background-image: url('../img/background-small-test.png');
background-image: url('../img/background-small.png');
background-repeat: no-repeat;
background-attachment: scroll;
}

.line {
width: 251px;
}
}
}

0 comments on commit 75917a7

Please sign in to comment.