Labels |
Added:
?
|
Category | ⇒ | Layout Templates (site) |
@C-Lodder The issue here is this... https://github.com/joomla/joomla-cms/blob/4.0-dev/templates/aurora/scss/blocks/_css-grid.scss#L6
Rather than applying display:grid to the body
tag, I probably should have targeted a class instead. We can then just add the class to body tags that use CSS grid (https://github.com/joomla/joomla-cms/blob/4.0-dev/templates/aurora/index.php#L79). No reason to use CSS grid for the offline page.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-08-09 00:19:30 |
Closed_By | ⇒ | C-Lodder |
@ciar4n do you want me to center this with flex?