summaryrefslogtreecommitdiff
path: root/design/sass
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-07-03 11:33:35 -0400
committerluxagraf <sng@luxagraf.net>2018-07-03 11:33:35 -0400
commitb44803b1db4e80afc038b74796df0171318d5e34 (patch)
treef77237f93a4e3cdcc54fee5bb10184a6faa87fdf /design/sass
parent38631380ae8fb469b81c048c7d9e80466db99bdb (diff)
added location as child of other locations
Diffstat (limited to 'design/sass')
-rw-r--r--design/sass/_global.scss14
1 files changed, 10 insertions, 4 deletions
diff --git a/design/sass/_global.scss b/design/sass/_global.scss
index 4990554..c5b7ca2 100644
--- a/design/sass/_global.scss
+++ b/design/sass/_global.scss
@@ -70,9 +70,6 @@ object, embed, video {
img {
max-width: 100%;
- max-width:98%;
- padding:1%; /* A percentage that, when doubled and added to the above, makes 100%. */
- background: $brown;
}
h1 {
@@ -80,7 +77,6 @@ h1 {
@include fontsize(36);
font-weight: normal;
}
-
//************** Universals ************************
.hide {
display: none;
@@ -117,6 +113,16 @@ h1 {
.small {
font-size: 90%;
}
+.hed {
+ @include fancy_sans;
+ @include fontsize(24);
+ font-weight: 500;
+ @include breakpoint(beta) {
+ text-align: left;
+ @include fontsize(32);
+ }
+}
+
.subhead {
font-style: italic;
font-weight: 400;