Skip to content

Commit

Permalink
Fix TTLApp#1042: Removing extra space at bottom of workday waiver win…
Browse files Browse the repository at this point in the history
…dow (TTLApp#1043)
  • Loading branch information
araujoarthur0 authored Nov 21, 2023
1 parent 401fb51 commit 3b2b146
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ body {

.container {
font-family: 'Montserrat', sans-serif;
margin-bottom: 70px;
}

@media (max-width: 768px) {
Expand Down Expand Up @@ -221,6 +220,10 @@ body {
float: left;
}

#calendar.container {
margin-bottom: 70px;
}

#calendar table {
margin-left: auto;
margin-right: auto;
Expand Down

0 comments on commit 3b2b146

Please sign in to comment.