Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.menu-panel {
width: 7in;
height: 8.5in;
padding: 0.35in;
padding: 0.2in 0.3in;
display: flex;
flex-direction: column;
overflow: hidden;
Expand All @@ -42,21 +42,21 @@
.header {
text-align: center;
border-bottom: 2px solid #2d3a4a;
padding-bottom: 10px;
margin-bottom: 10px;
padding-bottom: 4px;
margin-bottom: 4px;
}

.header h1 {
font-size: 28px;
font-size: 32px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 6px;
margin-bottom: 2px;
color: #2d3a4a;
}

.header .subtitle {
font-size: 14px;
font-size: 15px;
letter-spacing: 2px;
text-transform: uppercase;
color: #555;
Expand All @@ -67,9 +67,9 @@
display: flex;
justify-content: center;
gap: 40px;
padding: 6px 0;
margin-bottom: 10px;
font-size: 14px;
padding: 3px 0;
margin-bottom: 4px;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
color: #1a1a1a;
Expand All @@ -82,17 +82,17 @@

/* Section */
.section {
margin-bottom: 10px;
margin-bottom: 4px;
}

.section-title {
font-size: 16px;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 3px;
border-bottom: 1px solid #999;
padding-bottom: 4px;
margin-bottom: 8px;
padding-bottom: 2px;
margin-bottom: 3px;
color: #2d3a4a;
}

Expand All @@ -104,7 +104,7 @@

.beer-item {
break-inside: avoid;
margin-bottom: 7px;
margin-bottom: 3px;
}

.beer-header {
Expand All @@ -114,22 +114,22 @@
}

.beer-name {
font-size: 13px;
font-size: 15px;
font-weight: 700;
}

.beer-abv {
font-size: 12px;
font-size: 13px;
font-weight: 600;
color: #333;
white-space: nowrap;
}

.beer-desc {
font-size: 10.5px;
font-size: 12px;
color: #444;
line-height: 1.3;
margin-top: 1px;
line-height: 1.25;
margin-top: 0;
}

.cider-list {
Expand All @@ -144,33 +144,33 @@

/* Logo */
.logo {
margin-bottom: 8px;
margin-bottom: 2px;
}

.logo img {
max-height: 50px;
max-height: 45px;
}

/* Footer */
.footer {
text-align: center;
margin-top: auto;
padding-top: 10px;
padding-top: 4px;
border-top: 1px solid #ccc;
}

.footer p {
font-size: 12px;
color: #555;
margin-bottom: 6px;
margin-bottom: 2px;
letter-spacing: 1px;
}

.footer img.qr {
display: block;
margin: 0 auto;
width: 70px;
height: 70px;
width: 60px;
height: 60px;
}

/* Print styles */
Expand Down