mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merging in more of Scott's changes from /public to /new-Design
This commit is contained in:
parent
1bd86237d7
commit
59ac69c35d
2 changed files with 6 additions and 1 deletions
|
@ -8,7 +8,11 @@ body{background:#CCDF9B}
|
|||
::selection {background:$c-Brand-1; color:$c-Light; text-shadow:none}
|
||||
|
||||
// Full container for the entire page.
|
||||
.page{}
|
||||
.page{min-height:600px;
|
||||
@media (max-device-width:480px), screen and (max-width:800px){
|
||||
min-height:25px;
|
||||
}
|
||||
}
|
||||
|
||||
// Generic tag to wrap around content within sections to apply a max width to the interior content
|
||||
// while allowing for larger sections to expand the whole page for BG purposes
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
@include box-shadow($bs-4);
|
||||
display:block;
|
||||
padding:$spacing*2;
|
||||
width:100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue