File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22layout: page
33styles:
44 - /css/main.css
5- - /css/ball/2025 /main.css
5+ - /css/ball/2026 /main.css
66title: CSS Ball
77favicon: /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 >
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments