Skip to content

Commit bf71f9f

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com>
1 parent 1b183da commit bf71f9f

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

ball/2026/menu.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
layout: page
33
styles:
44
- /css/main.css
5-
- /css/ball/2025/main.css
5+
- /css/ball/2026/main.css
66
title: CSS Ball
77
favicon: /ball/favicon.ico
88
---
99

10-
{% assign ball = site.data.ball['2025'] %}
10+
{% assign ball = site.data.ball['2026'] %}
1111

1212
<div class="text-center-div margin-top margin-bottom section-details">
1313
<h1 class="title">
@@ -37,7 +37,7 @@ <h2 class="subtitle">Menu</h2>
3737
<h3 class="menu-section-title">{{ section[0] | capitalize }}</h3>
3838
{% assign first = false %}
3939
{% for item in section[1] %}
40-
{% if first != false %}<div class="menu-item-seperator">- OR -</div>{% endif %}
40+
{% if first != false %}<div class="menu-item-separator">- OR -</div>{% endif %}
4141
<div class="menu-item-container">
4242
<h2 class="menu-item">{{ item.dish }}</h2>
4343
<br>

css/ball/2026/main.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ body {
138138
.image {
139139
object-fit: cover;
140140
object-position: 50% 25%;
141-
max-width: None;
141+
max-width: none;
142142
height: 60vh;
143143
max-height: 500px;
144144
}
@@ -230,6 +230,7 @@ body {
230230
width: 100%;
231231
}
232232

233+
.menu-item-separator,
233234
.menu-item-seperator {
234235
font-family: $font-secondary;
235236
color: #bbb;

0 commit comments

Comments
 (0)