mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42: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 {
|
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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue