1
0
Fork 0

Update CSS

This commit is contained in:
Moritz »mo.« Sauer 2014-09-22 22:28:53 +02:00
parent 25e51c9a03
commit 3068e7a7aa
2 changed files with 7 additions and 7 deletions

View file

@ -6408,32 +6408,32 @@ Additional typographical elements
/* line 125, ../scss/_4_typography_theme-fr.scss */ /* line 125, ../scss/_4_typography_theme-fr.scss */
.font-size-h1 { .font-size-h1 {
font-size: rem-calc(44); font-size: 2.75rem;
} }
/* line 126, ../scss/_4_typography_theme-fr.scss */ /* line 126, ../scss/_4_typography_theme-fr.scss */
.font-size-h2 { .font-size-h2 {
font-size: rem-calc(36); font-size: 2.25rem;
} }
/* line 127, ../scss/_4_typography_theme-fr.scss */ /* line 127, ../scss/_4_typography_theme-fr.scss */
.font-size-h3 { .font-size-h3 {
font-size: rem-calc(29); font-size: 1.8125rem;
} }
/* line 128, ../scss/_4_typography_theme-fr.scss */ /* line 128, ../scss/_4_typography_theme-fr.scss */
.font-size-h4 { .font-size-h4 {
font-size: rem-calc(24); font-size: 1.5rem;
} }
/* line 129, ../scss/_4_typography_theme-fr.scss */ /* line 129, ../scss/_4_typography_theme-fr.scss */
.font-size-h5 { .font-size-h5 {
font-size: rem-calc(19); font-size: 1.1875rem;
} }
/* line 130, ../scss/_4_typography_theme-fr.scss */ /* line 130, ../scss/_4_typography_theme-fr.scss */
.font-size-p { .font-size-p {
font-size: rem-calc(16); font-size: 1rem;
} }
@font-face { @font-face {

File diff suppressed because one or more lines are too long