Skip to content
Snippets Groups Projects
Commit b4d08f82 authored by Kyle Fiedler's avatar Kyle Fiedler
Browse files

Chage placement of the read more link

parent c2b426af
No related merge requests found
......@@ -425,6 +425,16 @@
font-family: $serif;
font-style: italic;
margin-left: 10px;
&.read-more {
float: right;
color: lighten($base-font-color, 50%);
&:hover {
color: $blue;
text-decoration: underline;
}
}
}
}
}
......
......@@ -100,7 +100,6 @@
<section class="more-info">
<header>
<h2><span class="edx">edX</span> News &amp; Announcements</h2>
<a href="${reverse('press')}">Read More &rarr;</a>
</header>
<section class="news">
<section class="blog-posts">
......@@ -128,6 +127,8 @@
<a target="_blank" href="http://gigaom.com/cloud/everybody-codes/">GigaOM</a>,
<a target="_blank" href="http://web.mit.edu/newsoffice/2012/mitx-edx-first-course-recap-0716.html">MIT News</a>,
<a target="_blank" href="http://spectrum.ieee.org/at-work/education/review-mitxs-online-circuit-design-and-analysis-course">IEEE Spectrum</a>
<a href="${reverse('press')}" class="read-more">Read More &rarr;</a>
</section>
</section>
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment