removed content div
This commit is contained in:
parent
09f4613570
commit
bbd87b652e
3 changed files with 7 additions and 14 deletions
|
@ -123,7 +123,7 @@ a:active {
|
|||
background: var(--header-bg);
|
||||
}
|
||||
|
||||
#content {
|
||||
main {
|
||||
border: 0.7rem solid var(--content-border-color);
|
||||
}
|
||||
|
||||
|
|
|
@ -137,7 +137,7 @@ header#header {
|
|||
width: 100vw;
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
#content {
|
||||
main {
|
||||
box-sizing: border-box;
|
||||
display: block flex;
|
||||
margin-top: 1rem;/*calc(24px + 3rem) 1rem 1rem 1rem;*/
|
||||
|
@ -161,11 +161,6 @@ header#header {
|
|||
align-items: center;
|
||||
|
||||
}
|
||||
main {
|
||||
max-width: -moz-available;
|
||||
max-width: -webkit-fill-available;;
|
||||
max-width: fill-available;
|
||||
}
|
||||
header#article-header {
|
||||
max-width: -moz-available;
|
||||
max-width: -webkit-fill-available;;
|
||||
|
@ -250,7 +245,7 @@ footer {
|
|||
}
|
||||
/* we really want to make sure this doesn't stick around when colors load in regardless of when/how colors get loaded in*/
|
||||
@layer pre-load{
|
||||
#content {
|
||||
main {
|
||||
border: 0.7rem solid white;
|
||||
}
|
||||
}
|
||||
|
@ -261,7 +256,7 @@ footer {
|
|||
#header {
|
||||
visibility: hidden;
|
||||
}
|
||||
#content {
|
||||
main {
|
||||
border-style: none;
|
||||
}
|
||||
pre {
|
||||
|
|
|
@ -40,11 +40,9 @@
|
|||
</div>
|
||||
</header>
|
||||
<div id="content-outer">
|
||||
<div id="content">
|
||||
<main>
|
||||
{{{content}}}
|
||||
</main>
|
||||
</div>
|
||||
<main>
|
||||
{{{content}}}
|
||||
</main>
|
||||
</div>
|
||||
<footer>
|
||||
<div class="socials">
|
||||
|
|
Loading…
Reference in a new issue