-
Slides on GitHub
+
diff --git a/frontporch14/resources/less/layout.less b/frontporch14/resources/less/layout.less
index 2cffbfe..ad9f3d3 100644
--- a/frontporch14/resources/less/layout.less
+++ b/frontporch14/resources/less/layout.less
@@ -204,7 +204,7 @@ code { font-family: 'Source Code Pro', monospace; }
}
-#info {
+#info-left {
position: absolute;
top: 50%;
left: 50%;
@@ -212,10 +212,11 @@ code { font-family: 'Source Code Pro', monospace; }
margin-left: -640px;
}
-#github {
+#info-right {
position: absolute;
top: 50%;
right: 50%;
margin-top: 370px;
margin-right: -640px;
+ text-align: right;
}
\ No newline at end of file
diff --git a/frontporch14/resources/theme.css b/frontporch14/resources/theme.css
index 0b48543..9d8e17b 100644
--- a/frontporch14/resources/theme.css
+++ b/frontporch14/resources/theme.css
@@ -187,19 +187,20 @@ code {
.on-slide-interaction4 .interaction4 {
font-weight: 700;
}
-#info {
+#info-left {
position: absolute;
top: 50%;
left: 50%;
margin-top: 370px;
margin-left: -640px;
}
-#github {
+#info-right {
position: absolute;
top: 50%;
right: 50%;
margin-top: 370px;
margin-right: -640px;
+ text-align: right;
}
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+python */
/**