🐛 fixed footer in mobile view
✨ added own button :3
This commit is contained in:
@@ -24,8 +24,8 @@ impl Projects {
|
||||
fn view_projects_ongoing(&self) -> Html {
|
||||
html! {
|
||||
<>
|
||||
<p class="title ml-2">{r#"ongoing projects"#}</p>
|
||||
<div class="columns is-3 ml-3 mr-3" style="margin-top: var(--bulma-block-spacing) !important;">
|
||||
<p class="title ml-2 is-size-4">{r#"ongoing projects"#}</p>
|
||||
<div class="columns is-size-7 ml-3 mr-3" style="margin-top: var(--bulma-block-spacing) !important;">
|
||||
<div class="column box mb-5 mr-1">
|
||||
<p class="subtitle is-inline-block mb-0"><a href="https://git.gay/luciel/app_catnip">
|
||||
{r#"catnip"#}
|
||||
@@ -46,8 +46,8 @@ impl Projects {
|
||||
fn view_projects_finished(&self) -> Html {
|
||||
html! {
|
||||
<>
|
||||
<p class="title ml-2">{r#"finished projects"#}</p>
|
||||
<div class="columns is-3 ml-3 mr-3">
|
||||
<p class="title ml-2 is-size-4">{r#"finished projects"#}</p>
|
||||
<div class="columns is-size-7 ml-3 mr-3">
|
||||
<div class="column box mb-5 mr-1">
|
||||
<p class="subtitle is-inline-block mb-0"><a href="https://git.gay/luciel/lib_tinyevents">
|
||||
{r#"tiny events"#}
|
||||
|
||||
Reference in New Issue
Block a user