Skip to content

Commit

Permalink
screen rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sporeball committed Jan 11, 2025
1 parent 63dcbfe commit 5781994
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ol li {

#flag {
position:absolute;
top:0;
top:10px;
left:0;
width:180px
}
Expand Down Expand Up @@ -169,7 +169,7 @@ a, #we_ship {
}

.section {
margin-bottom:50px;
margin:0 10px 50px 10px;
border-width:4px;
border-top-style:none;
border-right-style:none;
Expand Down Expand Up @@ -197,6 +197,18 @@ a, #we_ship {
-webkit-text-fill-color:transparent
}

@media screen and (max-width:768px) {
#ten_to_the {
top:180px
}
#minus, #twelve {
font-size:48px
}
#twelve_gon {
width:40px
}
}

@keyframes arrow {
0%, 100% {
transform:translateY(0)
Expand Down

0 comments on commit 5781994

Please sign in to comment.