]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/static/css/style.scss
views: add an "archives" view
[chloro.git] / chloro / phyll / static / css / style.scss
index b46a441be72329c73314be02580e4135cd66c89f..c7849251d33e6b03eb64acec9a8cd636fa82db01 100644 (file)
@@ -66,16 +66,25 @@ main {
 .home {
        a {
                text-transform: uppercase;
-               display: block;
+               display: inline-block;
                text-decoration: none;
                font-size: 500%;
                font-weight: bold;
                padding-top: 0.5em;
                line-height: 50%;
+               width: 100%;
                span {
                        font-size: 30%;
                }
                margin-bottom: 2rem;
+               &.divers {
+                       width: 49%;
+               }
+               &.vrac {
+                       width: 49%;
+                       text-align: right;
+                       float: right;
+               }
        }
 }