remove title bar
This commit is contained in:
parent
85e72dfff7
commit
6b8fe75014
2 changed files with 0 additions and 10 deletions
|
@ -19,7 +19,6 @@
|
||||||
--content-spacing: 5px;
|
--content-spacing: 5px;
|
||||||
--background-img: url("/@brooke/bg.webp");
|
--background-img: url("/@brooke/bg.webp");
|
||||||
--banner: url("/@brooke/fractal.webp");
|
--banner: url("/@brooke/fractal.webp");
|
||||||
--titleBars: url("/@brooke/title-bar.webp");
|
|
||||||
--text-color: white;
|
--text-color: white;
|
||||||
--link-color: var(--accent-1);
|
--link-color: var(--accent-1);
|
||||||
--border: 1px solid black;
|
--border: 1px solid black;
|
||||||
|
@ -58,14 +57,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
max-width: 850px;
|
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 {
|
main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
|
@ -88,7 +79,6 @@
|
||||||
<div class="topbar"></div>
|
<div class="topbar"></div>
|
||||||
<div id="flex">
|
<div id="flex">
|
||||||
<main>
|
<main>
|
||||||
<div class="sidebar-title"> </div>
|
|
||||||
<div style="padding: 1rem; padding-top: 0">
|
<div style="padding: 1rem; padding-top: 0">
|
||||||
<p>Hi! My name is Brooke.</p>
|
<p>Hi! My name is Brooke.</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB |
Loading…
Add table
Reference in a new issue