Skip to content

Commit 2ed985a

Browse files
author
Jon Phillip
committed
center it all
1 parent bd26d1b commit 2ed985a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

assets/css/style.scss

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ body {
1010
font-style: normal;
1111
}
1212

13+
1314
a {
1415
color: #D43E37;
1516
}
@@ -29,6 +30,10 @@ a:hover {
2930
border-bottom: none !important;
3031
}
3132

33+
h3#send-your-events {
34+
text-align: center;
35+
}
36+
3237
#footer_wrap {
3338
background: red;
3439
}
@@ -56,6 +61,7 @@ a:hover {
5661

5762
#footer_wrap ul {
5863
padding-left: 0;
64+
text-align: center;
5965
}
6066

6167

index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@
66
<iframe src="https://calendar.google.com/calendar/embed?mode=AGENDA&amp;height=600&amp;wkst=1&amp;bgcolor=%23ffffff&amp;src=fabricatorz.com_hc6jko863o0die3f83d8os6j8g%40group.calendar.google.com&amp;color=%232F6309&amp;ctz=America%2FChicago" style="border-width:0" width="100%" height="600" frameborder="0" scrolling="no"></iframe>
77
</div><!--/span-->
88

9-
10-
### Let us know
11-
12-
Send your events: <a href="mail:{{ site.email }}">{{ site.email }}</a>
9+
<h3 id="send-your-events">Send your events: <a href="mail:{{ site.email }}">{{ site.email }}</a></h3>

0 commit comments

Comments
 (0)