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;
|
||||
--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"> </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 |
Loading…
Add table
Reference in a new issue