Skip to content

Commit

Permalink
Update New Text.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Rukario authored Oct 5, 2024
1 parent 46c8f23 commit 97f7f66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Uninteresting stuff/New Text.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
padding: 0;
white-space: pre-wrap;

@media (width < 800px) {
@media (width < 1000px) {
font-size: 26px;
line-height: 26px;
-webkit-text-size-adjust: 128%;
}

@media (width >= 800px) {
@media (width >= 1000px) {
font-size: 14px;
line-height: 14px;
-webkit-text-size-adjust: none;
Expand Down Expand Up @@ -246,13 +246,13 @@
0% 68%
);

@media (width < 800px) {
@media (width < 1000px) {
bottom: 5px;
padding: 10px 7px 11px;
width: 44px;
}

@media (width >= 800px) {
@media (width >= 1000px) {
bottom: 4px;
padding: 8px 5px 9px;
width: 34px;
Expand Down

0 comments on commit 97f7f66

Please # to comment.