Browse Source

fixing teasers

dependabot/npm_and_yarn/acorn-5.7.4
rdrew 6 years ago
parent
commit
6eb66f87a1
  1. 8
      css/style.css
  2. 2
      css/style.css.map
  3. 9
      src/scss/_typography.scss

8
css/style.css

@ -1,4 +1,3 @@
@charset "UTF-8";
/*
* @file
* Overall specifications for Magazine+.
@ -216,9 +215,10 @@ pre:hover {
transition: all ease-in-out 2s; }
blockquote {
padding: 25px 0 5px;
padding: 10px 20px;
margin: 0 0 25px;
border-left-width: 0px;
border-top: none;
border-left: 5px solid #eee;
position: relative;
font-style: italic; }
@ -242,7 +242,7 @@ blockquote:before {
left: 0; }
blockquote p:first-child:before {
content: "“"; }
content: "- "; }
blockquote footer {
font-style: normal;

2
css/style.css.map

File diff suppressed because one or more lines are too long

9
src/scss/_typography.scss

@ -217,9 +217,12 @@ pre:hover {
transition: all ease-in-out 2s;
}
blockquote {
padding: 25px 0 5px;
//padding: 25px 0 5px;
padding: 10px 20px;
margin: 0 0 25px;
border-left-width: 0px;
//border-left-width: 0px;
border-top: none;
border-left: 5px solid #eee;
position: relative;
font-style: italic;
}
@ -243,7 +246,7 @@ blockquote:before {
left: 0;
}
blockquote p:first-child:before {
content: "“"
content: "- "
}
blockquote footer {
font-style: normal;

Loading…
Cancel
Save