Skip to content

Commit

Permalink
mobile resizings
Browse files Browse the repository at this point in the history
  • Loading branch information
pkzstar committed Aug 23, 2024
1 parent 8e1bbd8 commit 9a777e3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion generaljscss/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -539,12 +539,16 @@ font-size: 20px !important;
text-align: right;
position: relative;
margin: 0 5px 0 0;
font-size: 25%;
}
p.pastYearWrapper {
position: relative;
left: 44px;
left: 48px;
bottom: 10px;
}
a.past-year {
font-size: 90%;
}
div.calViewListContainer {
margin: 0 0px 0 30px;
}
Expand Down Expand Up @@ -635,6 +639,12 @@ cursor: pointer;
display: flex;
flex-wrap: wrap;
}
.lightBulb {
width: 4%;
height: auto;
margin: 1%;
position: absolute;
}
p {
margin: 2px 0 2px 0;
}
Expand Down

0 comments on commit 9a777e3

Please sign in to comment.