1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

Rename not-flex to centered

This commit is contained in:
RGBCube 2024-01-09 13:12:27 +03:00
parent f346f35166
commit ff96bc69f6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ pub fn create(title: Option<&str>, page: Page, body: &Markup) -> Markup {
", page = page.as_str()).into())) ", page = page.as_str()).into()))
}, },
html! { html! {
.not-flex { .centered {
nav { nav {
.content { .content {
a.home href="/" { "HOME" } a.home href="/" { "HOME" }

View file

@ -7,7 +7,7 @@ body {
justify-content: center; justify-content: center;
} }
.not-flex { .centered {
font-size: large; font-size: large;
overflow-x: hidden; overflow-x: hidden;