remove title bar

This commit is contained in:
brooke 2024-08-10 00:29:08 -04:00
parent 85e72dfff7
commit 6b8fe75014
2 changed files with 0 additions and 10 deletions

View file

@ -19,7 +19,6 @@
--content-spacing: 5px;
--background-img: url("/@brooke/bg.webp");
--banner: url("/@brooke/fractal.webp");
--titleBars: url("/@brooke/title-bar.webp");
--text-color: white;
--link-color: var(--accent-1);
--border: 1px solid black;
@ -58,14 +57,6 @@
display: flex;
max-width: 850px;
}
.sidebar-title,
.title {
background-image: var(--titleBars);
border: var(--border);
font-size: 20px;
background-size: auto 100%;
background-repeat: repeat-x;
}
main {
width: 100%;
background-color: var(--background);
@ -88,7 +79,6 @@
<div class="topbar"></div>
<div id="flex">
<main>
<div class="sidebar-title">&nbsp;</div>
<div style="padding: 1rem; padding-top: 0">
<p>Hi! My name is Brooke.</p>
<p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB