Added a bit more comment AND CREDITgit pushgit push
This commit is contained in:
parent
678204ec71
commit
e87f45bcd8
|
@ -10,6 +10,7 @@
|
||||||
</script>Need to add a timer to remove it first. I'm not *that* mean. Credit: https://soc.punktrash.club/objects/bfe4fc29-96d5-4f90-9f9e-4092e7c273a4-->
|
</script>Need to add a timer to remove it first. I'm not *that* mean. Credit: https://soc.punktrash.club/objects/bfe4fc29-96d5-4f90-9f9e-4092e7c273a4-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<!--Move navbar to the bottom and use flex to reorder it to the top, so it isn't as intrusive without CSS.-->
|
||||||
<main>
|
<main>
|
||||||
{% autoescape off %}{{ content }}{% endautoescape %}
|
{% autoescape off %}{{ content }}{% endautoescape %}
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -6,7 +6,8 @@ body
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|
||||||
/*Move navbar to the bottom and use flex to reorder it to the top, so it isn't as intrusive without CSS.*/
|
/*Move navbar to the bottom and use flex to reorder it to the top, so it isn't as intrusive without CSS.
|
||||||
|
Thanks to @heftig:archlinux.org (matrix) for showing me this.*/
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user