Skip to content

Commit

Permalink
Making Lamp visible in small boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Melo committed May 30, 2024
1 parent c24092e commit 7248e03
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Lamp.astro
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#light-switch div.knob span {
font-size: 0.8em;
position: relative;
bottom: 2px;
bottom: 20px;
}

#film {
Expand Down Expand Up @@ -104,12 +104,12 @@

@media only screen and (max-width: 1100px) {
#light-switch {
display: none;
right: 3em;
}
}
@media only screen and (max-width: 1000px) {
#light-switch {
display: none;

#light-switch div.rope {
width: .75em;
height: 3em;
}
}
</style>

0 comments on commit 7248e03

Please sign in to comment.