Skip to content

Commit

Permalink
WIP: style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alardev committed Nov 28, 2023
1 parent 8a6e7b6 commit 1b32d2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion site/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ fn Footer() -> impl IntoView {
let year = Local::now().year();

view! {
<footer class="fixed bottom-0 left-0 z-20 w-full p-4 bg-white border-t border-gray-200 shadow md:flex md:items-center md:justify-between md:p-6 dark:bg-slate-900 dark:border-gray-600">
<footer class="sticky bottom-0 left-0 z-20 w-full p-4 bg-white border-t border-gray-200 shadow md:flex md:items-center md:justify-between md:p-6 dark:bg-slate-900 dark:border-gray-600">
<span class="text-sm text-gray-500 sm:text-center dark:text-gray-400">
{format!("© {} ", year)}
<a href="https://github.com/GlooriousWalrus" class="hover:underline">
Expand Down
4 changes: 2 additions & 2 deletions site/src/pages/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ pub fn AboutPage() -> impl IntoView {
<Title text="Коваль | Про Коваль"/>
<Main
id="main"
class="max-w-[45rem] h-screen px-4 py-4 sm:px-6 lg:px-8 mx-auto text-gray-900 dark:text-gray-400"
class="max-w-[45rem] px-4 py-4 sm:px-6 lg:px-8 mx-auto text-gray-900 dark:text-gray-400"
>
<div>
<div class="pl-3">
// <!-- Announcement Banner -->
<Typography variant=TypographyVariant::H1 class=TypographyClass::H1.get()>
Про Коваль
Expand Down

0 comments on commit 1b32d2c

Please sign in to comment.