_sass/oscailte/components/_footer.scss in oscailte-3.0.1 vs _sass/oscailte/components/_footer.scss in oscailte-3.0.2
- old
+ new
@@ -1,22 +1,22 @@
-.Site__footer {
- background-color: #222;
- color: #aaa;
- padding: calc(var(--site-owl-spacing) * 2) 0;
- text-align: center;
- text-shadow: 1px 1px 0 #000;
-
- br,
- p {
- margin: 0;
- }
-}
-
-@include breakpoint("medium") {
- .Site__footer .Container {
- display: flex;
- justify-content: space-between;
- }
- .Site__footer {
- text-align: left;
- }
+.Site__footer {
+ background-color: #222;
+ color: #aaa;
+ padding: calc(var(--site-owl-spacing) * 2) 0;
+ text-align: center;
+ text-shadow: 1px 1px 0 #000;
+
+ br,
+ p {
+ margin: 0;
+ }
+}
+
+@include breakpoint("medium") {
+ .Site__footer .Container {
+ display: flex;
+ justify-content: space-between;
+ }
+ .Site__footer {
+ text-align: left;
+ }
}
\ No newline at end of file