Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sd-Jerry committed Nov 22, 2023
1 parent 2773f4a commit 3e4d316
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions Syska-Lights/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,42 @@ button span {

.light {
width: 350px;
}
}

.text-container {
.text-container {
margin-top: 50%;
}
}

@media (max-width: 376px) {
.list li {
font-size: 11px;
}

.lamp-container {
left: 37%;
width: 100px;
}

.light {
top: 83%;
left: 58%;
}
}

@media (max-width: 321px) {
.list li {
font-size: 9px;
}

.light {
width: 240px;
left: 62%;
}

.lamp-container {
left: 39%;
width: 70px;
}

}

0 comments on commit 3e4d316

Please sign in to comment.