This commit is contained in:
nelle 2024-06-17 17:49:58 -06:00
parent 7fc562eff3
commit 10de8301d8
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,17 @@
.content {}
.column {
float: left;
width: 50%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
.navbar-menu { .navbar-menu {
flex-grow: initial !important; flex-grow: initial !important;
flex-shrink: initial !important; flex-shrink: initial !important;

View file

@ -6,7 +6,6 @@ import Card from "../components/Card.astro";
<Layout title="LimePot"> <Layout title="LimePot">
<main> <main>
<div class="content"> <div class="content">
<div class="wrapper"></div>
<center> <center>
<h1 class="title">LimePotato</h1> <h1 class="title">LimePotato</h1>
<marquee Behavior="Alternate"> <marquee Behavior="Alternate">