Skip to content

Commit

Permalink
Adjusted Overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmennater committed Nov 15, 2023
1 parent df9a511 commit 947c7aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ a {
main {
display: flex;
flex-direction: row;
justify-content: center;
}

.group1 {
Expand All @@ -94,6 +93,9 @@ main {
justify-content: center;
box-shadow: 0px 0px 16px #0008;
border: solid 1px var(--c2);

margin-left: auto;
margin-right: auto;
}

.prevent-select, .arrow, .day, .week, .month, h1,
Expand Down

0 comments on commit 947c7aa

Please sign in to comment.