ReStyle #1
2 changed files with 14 additions and 1 deletions
|
@ -1,3 +1,17 @@
|
|||
.content {}
|
||||
|
||||
.column {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
/* Clear floats after the columns */
|
||||
.row:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.navbar-menu {
|
||||
flex-grow: initial !important;
|
||||
flex-shrink: initial !important;
|
||||
|
|
|
@ -6,7 +6,6 @@ import Card from "../components/Card.astro";
|
|||
<Layout title="LimePot">
|
||||
<main>
|
||||
<div class="content">
|
||||
<div class="wrapper"></div>
|
||||
<center>
|
||||
<h1 class="title">LimePotato</h1>
|
||||
<marquee Behavior="Alternate">
|
||||
|
|
Loading…
Reference in a new issue