mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
More tweaks to education page
This commit is contained in:
parent
44e3d276f4
commit
84dd32f61e
2 changed files with 6 additions and 2 deletions
|
@ -89,7 +89,11 @@
|
|||
img {
|
||||
@include vendor(transform, scaleX(-1));
|
||||
width: 100px;
|
||||
margin-right: 20px;
|
||||
margin-right: 25px;
|
||||
|
||||
&.float-Right {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
.intro-text {
|
||||
font-size: 1.1em;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<% if request.path == '/' && !signed_in? %>
|
||||
<% if (request.path == '/' && !signed_in?) || request.path == '/education' %>
|
||||
<li>
|
||||
<a href="/">Neocities</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue