mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +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()))
|
||||
},
|
||||
html! {
|
||||
.not-flex {
|
||||
.centered {
|
||||
nav {
|
||||
.content {
|
||||
a.home href="/" { "HOME" }
|
||||
|
|
|
@ -7,7 +7,7 @@ body {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
.not-flex {
|
||||
.centered {
|
||||
font-size: large;
|
||||
overflow-x: hidden;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue