mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
fix up layout issues with browse page and add alt text to images so as to take care of the 300+ html errors updated about.erb to take care of html error updated About NeoCities footer to say About Us to take care of text overlap issue with sticker. clean up one error on sign in page. update length of inputs to a 60% col. dashboard add alt tag to screen shot. fix some issues with incorrect indenting in the slim file settings: update some font sizes for layout purposes
36 lines
656 B
SCSS
36 lines
656 B
SCSS
// ----------------------------------------------------------------
|
|
// Project Specific: Browse Websites Gallery
|
|
// ----------------------------------------------------------------
|
|
|
|
.website-Gallery{
|
|
list-style:none;
|
|
margin:0 auto;
|
|
padding:0;
|
|
width:90%;
|
|
|
|
li{
|
|
@extend .col-25;
|
|
float:left;
|
|
margin-bottom:$spacing*2;
|
|
|
|
@media (max-device-width:480px), screen and (max-width:800px){width:50%}
|
|
}
|
|
|
|
a{
|
|
padding:0 $spacing*2;
|
|
display:block;
|
|
}
|
|
}
|
|
|
|
.neo-SS{
|
|
background:#fff;
|
|
@include box-shadow($bs-4);
|
|
display:block;
|
|
height:auto!important;
|
|
padding:$spacing*2;
|
|
width:100%;
|
|
}
|
|
|
|
.hp-Gallery img{
|
|
width:100%
|
|
}
|