diff --git a/src/templates.rs b/src/templates.rs index 146531b..82f8fda 100644 --- a/src/templates.rs +++ b/src/templates.rs @@ -59,7 +59,7 @@ pub fn main_page( let list = html! { h2.clock { "ET " (clock::get_current_eorzea_date().format("%H:%M")) } @for fish in values { - section.up[fish.is_up].alwaysup[fish.is_always_up] { + section.fish.up[fish.is_up].alwaysup[fish.is_always_up] { .title { div { @if !caught_fish.contains(&(fish.entry.id as i32)) { diff --git a/static/style.css b/static/style.css index 7cb88e2..fb669e0 100644 --- a/static/style.css +++ b/static/style.css @@ -3,8 +3,7 @@ body { margin: 40px; } -section.up, -section.alwaysup { +section.fish { margin-bottom: 5px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;