More tweaks to education page

This commit is contained in:
Victoria Wang 2015-04-29 16:15:44 -07:00
parent 44e3d276f4
commit 84dd32f61e
2 changed files with 6 additions and 2 deletions

View file

@ -89,7 +89,11 @@
img { img {
@include vendor(transform, scaleX(-1)); @include vendor(transform, scaleX(-1));
width: 100px; width: 100px;
margin-right: 20px; margin-right: 25px;
&.float-Right {
margin-left: 10px;
}
} }
.intro-text { .intro-text {
font-size: 1.1em; font-size: 1.1em;

View file

@ -1,4 +1,4 @@
<% if request.path == '/' && !signed_in? %> <% if (request.path == '/' && !signed_in?) || request.path == '/education' %>
<li> <li>
<a href="/">Neocities</a> <a href="/">Neocities</a>
</li> </li>