neocities/public/assets/css/_project-sass/_project-Main.scss
Scott O'Hara 08d1d6e68e 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
2013-07-23 22:42:05 -04:00

27 lines
515 B
SCSS

// ----------------------------------------------------------------
// Project Specific: Main Content Area
// ----------------------------------------------------------------
// Apply to <main> or top level <section> for styling
.content-Base{
background:#f6f0e6;
min-height:500px;
padding-bottom:30px;
padding-top:20px;
h1, h2, h3, h4, h5, h6{
color:#e93250
}
.content{
}
}
.single-Col{
max-width:800px;
}
// About page
.twitter-tweet.twitter-tweet-rendered{margin:0 auto 30px!important}