mirror of
https://github.com/neocities/neocities.git
synced 2025-05-14 00:17:26 +02:00
Various CSS/layout fixes/updates
clean up of various html files clean up of sass / css files fix width/height issues with responsive website gallery update responsive layout issues with website gallery update max-sizing of input-Area class to 90% updated broken positioning of footer icons
This commit is contained in:
parent
27bcc479d5
commit
08d1d6e68e
15 changed files with 329 additions and 305 deletions
|
@ -2,13 +2,6 @@ $(document).ready(function() {
|
|||
|
||||
// do scrolly things on scroll
|
||||
$(window).bind('scroll', function(){
|
||||
if($(this).scrollTop() > 460) {
|
||||
$(".header-Nav").addClass('add-Stripe');
|
||||
}
|
||||
if($(this).scrollTop() < 460) {
|
||||
$(".header-Nav").removeClass('add-Stripe');
|
||||
}
|
||||
|
||||
if($(this).scrollTop() > 100) {
|
||||
$(".hp-Logo").addClass('in-View');
|
||||
$(".constant-Nav").addClass('in-View');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue