Skip to content

Commit

Permalink
Visual tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
hesara committed Oct 25, 2024
1 parent adee30e commit 6932d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions happy_badger_availability.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Define the positions of each table on the floor plan
const teamMemberPositions = new Map([
['Booth 1', { top: '40%', left: '13%' }],
['Booth 2', { top: '59%', left: '13%' }],
['Booth 2', { top: '58%', left: '13%' }],
['Booth 3', { top: '75%', left: '13%' }],
['Square 1', { top: '35%', left: '20%' }],
['Square 2', { top: '38%', left: '29%' }],
Expand Down Expand Up @@ -154,7 +154,7 @@ function createAndDisplayDateDropdown() {
const availabilityStyle = document.createElement('style');
availabilityStyle.innerHTML = `
.availability-text {
font-size: 11px;
font-size: 10px;
color: black;
padding: 2px 4px;
}
Expand Down

0 comments on commit 6932d70

Please sign in to comment.