Skip to content

Commit f2b66b0

Browse files
committed
Fix footer
1 parent d083d95 commit f2b66b0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,11 @@ When contacting regulators directly, you should be polite and specific about the
175175
- [Opposition recommendations](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU)
176176

177177
<footer style="
178-
background-color: #f8f9fa;
179-
color: #fff;
180178
padding: 0px;
181179
margin: 0px;
182180
font-size: 14px;
183181
line-height: 1.6;
184-
width: 100vw !important;
182+
width: 100%;
185183
border-top: 1px solid #dee2e6;
186184
">
187185

@@ -201,7 +199,6 @@ When contacting regulators directly, you should be polite and specific about the
201199
<h3 style="
202200
margin-top: 0;
203201
margin-bottom: 10px;
204-
color: #5cb85c; /* Green highlight for the logo */
205202
font-size: 20px;
206203
">
207204
<img alt="Altered Deal Logo" src="altered-deal.png" width="150px" />
@@ -216,7 +213,6 @@ When contacting regulators directly, you should be polite and specific about the
216213
<h4 style="
217214
margin-top: 0;
218215
margin-bottom: 10px;
219-
color: #ddd;
220216
font-size: 16px;
221217
">
222218
Contact
@@ -226,7 +222,7 @@ When contacting regulators directly, you should be polite and specific about the
226222
padding: 0;
227223
margin: 0;
228224
">
229-
<li style="margin-bottom: 5px;">Email: <a href="mailto:info@keepandroidopen.org" style="color: #fff; text-decoration: none;">info@keepandroidopen.org</a></li>
225+
<li style="margin-bottom: 5px;">Email: <a href="mailto:info@keepandroidopen.org" style="text-decoration: none;">info@keepandroidopen.org</a></li>
230226
</ul>
231227
</div>
232228

0 commit comments

Comments
 (0)