Browse Source

Fix error page css

Thibaut 10 năm trước cách đây
mục cha
commit
175c982026
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      assets/stylesheets/components/_page.scss

+ 1 - 1
assets/stylesheets/components/_page.scss

@@ -5,7 +5,7 @@
 ._page {
   position: relative;
 
-  ._page-error { position: static; }
+  &._page-error { position: static; }
 
   > h1 { @extend ._lined-heading; }
   > h1:first-child { margin-top: 0; }