added curriculum section. Needs working.
[theme-danix.xyz.git] / assets / sass / components / _icons.scss
index 1985d4c..d2a02cb 100644 (file)
                @include breakpoint('<=small') {
                        li {
                                padding: 0 0.75em 0 0;
+                               a {
+                                       span.inline-svg {
+                                               svg {
+                                                       width: 3rem;
+                                                       height: 3rem;
+                                               }
+                                       }
+                               }
                        }
                }
        }
                cursor: default;
                list-style: none;
                padding-left: 0;
+               text-align: center !important;
 
                li {
                        display: inline-block;
                                }
                        }
                }
+       }
+
+       span.inline-svg {
+               &.small {
+                       svg {
+                               height: 1em;
+                               width: auto;
+                       }
+               }
        }
\ No newline at end of file