sum more
This commit is contained in:
parent
7fc562eff3
commit
10de8301d8
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 {
|
.navbar-menu {
|
||||||
flex-grow: initial !important;
|
flex-grow: initial !important;
|
||||||
flex-shrink: initial !important;
|
flex-shrink: initial !important;
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue