Skip to content

Commit 87988b5

Browse files
committed
white space
1 parent d7599ca commit 87988b5

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

Diff for: _includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{% endif %}
3434
</ul>
3535
</div>
36-
36+
3737
<hr>
3838
<p>OpenBudget.eu has received funding from the European Union’s <a href="https://ec.europa.eu/programmes/horizon2020/">H2020 EU research and innovation programme</a> under grant agreement <a href="http://cordis.europa.eu/project/rcn/194394_en.html">No 645833</a>.</p>
3939
</div>

Diff for: _sass/_footer.scss

+32-32
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ html {
1313
position:relative;
1414
z-index:99;
1515
color:$footer-color;
16-
16+
1717
.wrapper {
1818
padding: $base-spacing;
1919
@include clearfix;
@@ -22,21 +22,21 @@ html {
2222
margin-right: 1em;
2323
margin-bottom: 1em;
2424
margin-top:-4px;
25-
25+
2626
@include media($large-screen) {
2727
float: left;
2828
margin-bottom: 0;
2929
}
30-
30+
3131
img {
32-
opacity: .7;
32+
opacity: .7;
3333
}
3434
}
35-
35+
3636
.footer-logo img {
3737
height: 2em;
38-
}
39-
38+
}
39+
4040
ul {
4141
margin-bottom: 1em;
4242
@include media($large-screen) {
@@ -45,119 +45,119 @@ html {
4545
margin-bottom: 0;
4646
}
4747
}
48-
48+
4949
ul li {
5050
padding-right: 1em;
51-
51+
5252
@include media($large-screen) {
5353
display: inline;
5454
text-align: left;
5555
}
5656
}
57-
57+
5858
a {
5959
color: $footer-link-color;
60-
60+
6161
&:hover {
6262
color: transparentize($footer-color, 0);
6363
}
64-
64+
6565
&[rel~="external"]:after {
6666
display:none;
6767
}
6868
}
69-
69+
7070
svg {
7171
fill: currentColor;
7272
}
73-
73+
7474
.footer-primary-links {
7575
display:none;
7676
}
77-
77+
7878
.footer-secondary-links {
7979
@include media($large-screen) {
8080
float: right;
8181
}
82-
82+
8383
li {
8484
font-size: .8em;
8585
font-weight: 400;
8686
}
87-
87+
8888
ul.footer-social {
8989
margin-top: 1em;
90-
90+
9191
@include media($large-screen) {
9292
float: right;
9393
margin-top: 0;
9494
}
95-
95+
9696
li {
9797
float: left;
9898
font-size: 1em;
9999
padding-right: .45em;
100-
100+
101101
&:last-child {
102102
padding-right: 0;
103103
}
104-
104+
105105
a {
106106
$icon-size: 1.8em;
107-
107+
108108
@include hide-text;
109109
background-image: url(../img/cd-socials.svg);
110110
background-size: auto ($icon-size * 2);
111111
width: $icon-size;
112112
height: $icon-size;
113113
display: block;
114114
opacity: .7;
115-
115+
116116
&.facebook {
117117
background-position: - (1.8em * 2) -1.8em;
118118
}
119-
119+
120120
&.twitter {
121121
background-position: 0 -1.8em;
122122
}
123-
123+
124124
&.github {
125125
background-position: - 1.8em -1.8em;
126126
}
127-
127+
128128
&:hover {
129129
opacity: 1;
130130
}
131131
}
132132
}
133-
133+
134134
img {
135135
opacity: .7;
136136
height: 1.6em;
137137
padding: 1px;
138-
138+
139139
&:hover {
140140
opacity: 1;
141141
}
142142
}
143143
}
144144
}
145145
}
146-
146+
147147
hr {
148148
@include span-columns(12);
149149
border-color:$footer-disclaimer-color;
150150
}
151-
151+
152152
p {
153153
@include span-columns(12);
154154
font-size:rem(12);
155155
color:$footer-disclaimer-color;
156156
}
157-
157+
158158
.attribution {
159159
display:none;
160-
160+
161161
@include media($large-screen) {
162162
display:inline;
163163
}

0 commit comments

Comments
 (0)