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:
parent
f346f35166
commit
ff96bc69f6
2 changed files with 2 additions and 2 deletions
|
@ -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" }
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue