]> git.0d.be Git - panikweb-esperanzah.git/blobdiff - panikweb_esperanzah/static/css/_specifics.scss
add podcast app links for detour-vers-le-futur
[panikweb-esperanzah.git] / panikweb_esperanzah / static / css / _specifics.scss
index df0f2bf621244af021b0c407e9ad7f998724b70f..459fafa6cd5e3d78211698295ff185babacfde3c 100644 (file)
@@ -2427,3 +2427,40 @@ h2.top {
                margin: 0 1ex;
        }
 }
+
+.emission-text {
+       display: flex;
+       flex-direction: column;
+       justify-content: space-between;
+       min-height: 450px;
+       @media screen and (max-width:$size_m){
+               min-height: auto;
+       }
+       #subscribe-links {
+               ul, li {
+                       margin: 0;
+                       padding: 0;
+                       list-style: none;
+               }
+               ul {
+                       display: flex;
+                       flex-wrap: wrap;
+                       @media screen and (max-width:$size_m){
+                               justify-content: center;
+                       }
+               }
+               li {
+                       margin-right: 1em;
+                       margin-bottom: 1em;
+                       a {
+                               padding: 0.3em 0.6em;
+                               background: #ff8b57;
+                               color: white;
+                               border-radius: 10px;
+                               &:hover {
+                                       background: darken(#ff8b57, 20%);
+                               }
+                       }
+               }
+       }
+}