🚧 Code tweak

This commit is contained in:
Manuel Cillero 2024-11-11 18:26:29 +01:00
parent b599e2f7d4
commit 9f62955acb
3 changed files with 5 additions and 1 deletions

View file

@ -1,2 +1,5 @@
[app] [app]
name = "Samples" name = "Samples"
[log]
tracing = "Debug"

View file

@ -20,7 +20,7 @@ pub(crate) fn add_base_assets(cx: &mut Context) {
)) ))
.set_assets(AssetsOp::AddStyleSheet( .set_assets(AssetsOp::AddStyleSheet(
StyleSheet::from("/base/css/looks.css") StyleSheet::from("/base/css/looks.css")
.with_version("0.0.1") .with_version("0.0.2")
.with_weight(weight), .with_weight(weight),
)) ))
.set_assets(AssetsOp::AddStyleSheet( .set_assets(AssetsOp::AddStyleSheet(

View file

@ -3,6 +3,7 @@
.skip__to_content { .skip__to_content {
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-top: -1px;
} }
.skip__to_content a { .skip__to_content a {
display: block; display: block;