fix: layout - margins and heights

This commit is contained in:
itsscb 2024-08-22 21:53:02 +02:00
parent 2e82746371
commit e1d88bec46
7 changed files with 21 additions and 21 deletions

View File

@ -4,18 +4,18 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>wordl</title>
<link rel="stylesheet" href="/styles-7d2c8f0fd691faa0.css" integrity="sha384&#x2D;vVtDSoQCesd7mNbSeCqyUi29jl2L5JNP5SuhHro&#x2B;BqoXKfGZLIydlAJL&#x2F;iuP6uAs"/>
<link rel="stylesheet" href="/styles-add0068c1366f403.css" integrity="sha384&#x2D;oO0hYe8j0tkkpiCNo2PXiIFh6Vwmm2ty5iohHzbRDrcpAuTt928xjetb0ohUvBR&#x2B;"/>
<!-- <link data-trunk href="./assets/favicon.ico" rel="icon" type="image/x-icon"> -->
<link rel="manifest" href="public/manifest.json" />
<link rel="modulepreload" href="/wordl-frontend-98b0ca891684b48c.js" crossorigin=anonymous integrity="sha384-YfcyUtskzvmk1ZFFoDAlBKcXGliokP+ONHDzdyJ+ackDIvDUSi8e+7NWFKvrIDPt">
<link rel="preload" href="/wordl-frontend-98b0ca891684b48c_bg.wasm" crossorigin=anonymous integrity="sha384-JigC0JH1Q6CEtwHXKvkZqbidPip+tV0RIBVD21nX1oW0/xmvtQXyQUqvSBjf7H/x" as="fetch" type="application/wasm"></head>
<link rel="modulepreload" href="/wordl-frontend-7f6cb257e85da62d.js" crossorigin=anonymous integrity="sha384-YfcyUtskzvmk1ZFFoDAlBKcXGliokP+ONHDzdyJ+ackDIvDUSi8e+7NWFKvrIDPt">
<link rel="preload" href="/wordl-frontend-7f6cb257e85da62d_bg.wasm" crossorigin=anonymous integrity="sha384-FQHSAJ8FzS4eGs5P++LL1Ufxf/0evG6ZjlFdEx/eoFuF1wSlpdYlMdV8RmR94Vxs" as="fetch" type="application/wasm"></head>
<body class="bg-black text-white">
<script type="module" nonce="RKCo7DkWJqdAXCgVUxYuNg==">
import init, * as bindings from '/wordl-frontend-98b0ca891684b48c.js';
const wasm = await init('/wordl-frontend-98b0ca891684b48c_bg.wasm');
<script type="module" nonce="tYbozDdMc+NoIg0ie+h89g==">
import init, * as bindings from '/wordl-frontend-7f6cb257e85da62d.js';
const wasm = await init('/wordl-frontend-7f6cb257e85da62d_bg.wasm');
window.wasmBindings = bindings;

View File

@ -566,8 +566,8 @@ video {
order: 9999;
}
.mt-12 {
margin-top: 3rem;
.mt-4 {
margin-top: 1rem;
}
.mt-8 {
@ -586,8 +586,8 @@ video {
height: 83.333333%;
}
.h-screen {
height: 100vh;
.h-\[90vh\] {
height: 90vh;
}
.w-12 {

View File

@ -566,8 +566,8 @@ video {
order: 9999;
}
.mt-12 {
margin-top: 3rem;
.mt-4 {
margin-top: 1rem;
}
.mt-8 {
@ -586,8 +586,8 @@ video {
height: 83.333333%;
}
.h-screen {
height: 100vh;
.h-\[90vh\] {
height: 90vh;
}
.w-12 {

View File

@ -566,8 +566,8 @@ video {
order: 9999;
}
.mt-12 {
margin-top: 3rem;
.mt-4 {
margin-top: 1rem;
}
.mt-8 {
@ -586,8 +586,8 @@ video {
height: 83.333333%;
}
.h-screen {
height: 100vh;
.h-\[90vh\] {
height: 90vh;
}
.w-12 {

View File

@ -45,7 +45,7 @@ fn string_to_html(input: &[CharStatus<String>]) -> Html {
"flex",
"flex-row",
"gap-4",
"mt-8",
"mt-4",
"notranslate",
)
}
@ -266,9 +266,9 @@ pub fn Home() -> Html {
classes!(
"flex",
"flex-col",
"mt-12",
"mt-4",
"items-center",
"h-screen",
"h-[90vh]",
)
}
>