Set !important on #content_body regrids for stickyside pages.

This commit is contained in:
voussoir 2019-08-26 15:18:33 -07:00
parent 14500080c8
commit 1a395886ef
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ h2, h3
grid-template:
"left" 1fr
"right" 150px
/1fr;
/ 1fr !important;
}
#left
{

View file

@ -70,7 +70,7 @@ h2, h3
grid-template:
"left" 1fr
"right" 150px
/1fr;
/ 1fr !important;
}
#right
{