Css changes

main
Astoria 1 year ago
parent e6cc63c2c1
commit 581fe47ea6

@ -176,6 +176,7 @@ input[type="submit" i] {
position: fixed;
background-image: var(--shade);
display: table;
pointer-events: none;
}
.bottomcell {
@ -223,9 +224,8 @@ input[type="submit" i] {
}
.content {
margin-bottom: var(--ver-btm);
margin-bottom: 5vh;
margin-top: 2px;
margin-bottom: 0;
width: fit-content;
}

@ -1,7 +1,7 @@
<div class="section upperdirs">
<span class="homesubmessage">
<b>
<a href="/">Home </a>><a href="/<%= request.path_info[1..-1] %>"> <%= request.path_info[1..-1].downcase.capitalize %></a>
<a href="/home">Home </a>><a href="/<%= request.path_info[1..-1] %>"> <%= request.path_info[1..-1].downcase.capitalize %></a>
</b>
</span>
</div>
Loading…
Cancel
Save