Remove unnecessary specifying #header grid-area: header.
This commit is contained in:
parent
ff72a5d26c
commit
d209445bd0
2 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||||
|
|
|
@ -22,10 +22,6 @@ h2, h3
|
||||||
{
|
{
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
#header
|
|
||||||
{
|
|
||||||
grid-area: header;
|
|
||||||
}
|
|
||||||
#left
|
#left
|
||||||
{
|
{
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
Loading…
Reference in a new issue