summaryrefslogtreecommitdiff
path: root/design/sass/_global.scss
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass/_global.scss')
-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;