Remove unnecessary specifying #header grid-area: header.

This commit is contained in:
voussoir 2019-08-26 15:02:53 -07:00
parent ff72a5d26c
commit d209445bd0
2 changed files with 0 additions and 8 deletions

View file

@ -18,10 +18,6 @@
<script src="/static/js/tag_autocomplete.js"></script> <script src="/static/js/tag_autocomplete.js"></script>
<style> <style>
#header
{
grid-area: header;
}
#left #left
{ {
word-break: break-word; word-break: break-word;

View file

@ -22,10 +22,6 @@ h2, h3
{ {
margin-top: 0; margin-top: 0;
} }
#header
{
grid-area: header;
}
#left #left
{ {
display: grid; display: grid;