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);
|
background: var(--header-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
main {
|
||||||
border: 0.7rem solid var(--content-border-color);
|
border: 0.7rem solid var(--content-border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -137,7 +137,7 @@ header#header {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
}
|
}
|
||||||
#content {
|
main {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: block flex;
|
display: block flex;
|
||||||
margin-top: 1rem;/*calc(24px + 3rem) 1rem 1rem 1rem;*/
|
margin-top: 1rem;/*calc(24px + 3rem) 1rem 1rem 1rem;*/
|
||||||
|
@ -161,11 +161,6 @@ header#header {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
main {
|
|
||||||
max-width: -moz-available;
|
|
||||||
max-width: -webkit-fill-available;;
|
|
||||||
max-width: fill-available;
|
|
||||||
}
|
|
||||||
header#article-header {
|
header#article-header {
|
||||||
max-width: -moz-available;
|
max-width: -moz-available;
|
||||||
max-width: -webkit-fill-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*/
|
/* 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{
|
@layer pre-load{
|
||||||
#content {
|
main {
|
||||||
border: 0.7rem solid white;
|
border: 0.7rem solid white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -261,7 +256,7 @@ footer {
|
||||||
#header {
|
#header {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
#content {
|
main {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
|
|
|
@ -40,12 +40,10 @@
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div id="content-outer">
|
<div id="content-outer">
|
||||||
<div id="content">
|
|
||||||
<main>
|
<main>
|
||||||
{{{content}}}
|
{{{content}}}
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<footer>
|
<footer>
|
||||||
<div class="socials">
|
<div class="socials">
|
||||||
<a class="obj-wrapper" aria-label="Github" href="https://github.com/Pagwin-Fedora"><object aria-label="true"
|
<a class="obj-wrapper" aria-label="Github" href="https://github.com/Pagwin-Fedora"><object aria-label="true"
|
||||||
|
|
Loading…
Reference in a new issue