Css changes

main
Astoria 2 years ago
parent e6cc63c2c1
commit 581fe47ea6

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

@ -1,7 +1,7 @@
<div class="section upperdirs"> <div class="section upperdirs">
<span class="homesubmessage"> <span class="homesubmessage">
<b> <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> </b>
</span> </span>
</div> </div>
Loading…
Cancel
Save