Explorar el Código

Fix error page css

Thibaut hace 10 años
padre
commit
175c982026
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      assets/stylesheets/components/_page.scss

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

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