mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Changes to .interior and .footer-Base to fix up-bleeding scrunched up footer bug on dashboard
This commit is contained in:
parent
3da25c1297
commit
bcc9540874
3 changed files with 8 additions and 2 deletions
|
@ -5,6 +5,8 @@
|
|||
// Apply to <footer> for styling
|
||||
.footer-Base{
|
||||
color:#5e5b56;
|
||||
float: left;
|
||||
width: 100%;
|
||||
|
||||
h1, h2, h3, h4{
|
||||
color:#8b9a7a;
|
||||
|
|
|
@ -280,6 +280,10 @@
|
|||
// Interior CSS
|
||||
.interior .page{
|
||||
padding-top: 22px;
|
||||
clear: both;
|
||||
float: left;
|
||||
width: 100%;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
.interior .signup-Form {
|
||||
top: 0;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue