Shrink font a bit.
This commit is contained in:
parent
5528846706
commit
7aebac9d84
|
@ -1,4 +1,4 @@
|
||||||
### Contacts ###
|
## Contacts ##
|
||||||
|
|
||||||
**Cornell**
|
**Cornell**
|
||||||
Room 442
|
Room 442
|
||||||
|
|
|
@ -48,14 +48,10 @@ body {
|
||||||
@include justify-content(flex-start);
|
@include justify-content(flex-start);
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@include adjust-font-size-to(3em, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
@include adjust-font-size-to(2em, 1);
|
@include adjust-font-size-to(2em, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h2 {
|
||||||
@include adjust-font-size-to(1.5em, 1);
|
@include adjust-font-size-to(1.5em, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -82,7 +78,7 @@ body {
|
||||||
padding: $text-pad;
|
padding: $text-pad;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@include adjust-font-size-to(5em,1);
|
@include adjust-font-size-to(4em);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -132,7 +128,7 @@ body {
|
||||||
// @include flex(1 1);
|
// @include flex(1 1);
|
||||||
padding: $text-pad;
|
padding: $text-pad;
|
||||||
|
|
||||||
h3 {
|
h2 {
|
||||||
color: $main-color;
|
color: $main-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue