mirror of
https://github.com/adulau/art.git
synced 2024-11-22 01:57:06 +00:00
scss fixes and header text wrapping goodness
This commit is contained in:
parent
63334bd3f3
commit
7f3d42b344
10 changed files with 22 additions and 4071 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Site settings
|
# site settings
|
||||||
title: Forty
|
title: Forty
|
||||||
subtitle: by HTML5 UP
|
subtitle: by HTML5 UP
|
||||||
email: youremailaddress@gmail.com
|
email: youremailaddress@gmail.com
|
||||||
|
@ -13,11 +13,11 @@ zip_code: 55555
|
||||||
country: United States of America
|
country: United States of America
|
||||||
phone: (716) 555-5555
|
phone: (716) 555-5555
|
||||||
|
|
||||||
# Homepage tiles
|
# homepage tiles
|
||||||
tiles-source: posts # accepts "posts" or "pages"
|
tiles-source: posts # accepts "posts" or "pages"
|
||||||
tiles-count: 6
|
tiles-count: 6
|
||||||
|
|
||||||
# Social settings
|
# social settings
|
||||||
500px_url:
|
500px_url:
|
||||||
facebook_url:
|
facebook_url:
|
||||||
github_url:
|
github_url:
|
||||||
|
@ -29,7 +29,7 @@ pinterest_url:
|
||||||
slack_url:
|
slack_url:
|
||||||
twitter_url: https://twitter.com/andrewbanchich
|
twitter_url: https://twitter.com/andrewbanchich
|
||||||
|
|
||||||
# Build settings
|
# build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
|
||||||
sass:
|
sass:
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
width: -webkit-max-content;
|
width: -webkit-max-content;
|
||||||
width: -ms-max-content;
|
width: -ms-max-content;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
|
max-width: 100%;
|
||||||
margin-bottom: _size(element-margin);
|
margin-bottom: _size(element-margin);
|
||||||
|
|
||||||
> :first-child {
|
> :first-child {
|
||||||
|
|
1
_sass/layout/.#_banner.scss
Symbolic link
1
_sass/layout/.#_banner.scss
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
andrew@desktop.12459:1494934717
|
|
@ -1,43 +0,0 @@
|
||||||
/*
|
|
||||||
Forty by HTML5 UP
|
|
||||||
html5up.net | @ajlkn
|
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Button */
|
|
||||||
|
|
||||||
.button {
|
|
||||||
border: solid 2px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button.next {
|
|
||||||
padding-right: 1.75em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button.next:before, .button.next:after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tiles */
|
|
||||||
|
|
||||||
.tiles article {
|
|
||||||
width: 50%;
|
|
||||||
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
|
|
||||||
background-size: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Banner */
|
|
||||||
|
|
||||||
#banner {
|
|
||||||
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
|
|
||||||
}
|
|
||||||
|
|
||||||
#banner:after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Menu */
|
|
||||||
|
|
||||||
#menu {
|
|
||||||
background: #242943;
|
|
||||||
}
|
|
|
@ -1,94 +0,0 @@
|
||||||
/*
|
|
||||||
Forty by HTML5 UP
|
|
||||||
html5up.net | @ajlkn
|
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Spotlights */
|
|
||||||
|
|
||||||
.spotlights > section:after {
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
.spotlights > section > .image {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.spotlights > section > .content {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tiles */
|
|
||||||
|
|
||||||
.tiles:after {
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiles article {
|
|
||||||
padding: 8em 4em 6em 4em ;
|
|
||||||
float: left;
|
|
||||||
height: auto;
|
|
||||||
max-height: none;
|
|
||||||
min-height: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Header */
|
|
||||||
|
|
||||||
#header .logo {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#header nav {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Banner */
|
|
||||||
|
|
||||||
#banner {
|
|
||||||
padding: 7em 0 4em 0 ;
|
|
||||||
background-attachment: scroll;
|
|
||||||
height: auto;
|
|
||||||
max-height: none;
|
|
||||||
min-height: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#banner > .inner .content {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#banner > .inner .content > * {
|
|
||||||
margin-left: 0;
|
|
||||||
margin: 0 0 2em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#banner.major {
|
|
||||||
height: auto;
|
|
||||||
max-height: none;
|
|
||||||
min-height: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Contact */
|
|
||||||
|
|
||||||
#contact:after {
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
#contact > .inner > * {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Menu */
|
|
||||||
|
|
||||||
#menu .inner {
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
3916
assets/css/main.css
3916
assets/css/main.css
File diff suppressed because it is too large
Load diff
|
@ -1,3 +1,5 @@
|
||||||
|
---
|
||||||
|
---
|
||||||
@import 'libs/vars';
|
@import 'libs/vars';
|
||||||
@import 'libs/functions';
|
@import 'libs/functions';
|
||||||
@import 'libs/mixins';
|
@import 'libs/mixins';
|
Loading…
Reference in a new issue