Browse Source

images

dependabot/npm_and_yarn/acorn-5.7.4
rdrew 6 years ago
parent
commit
0d2d9b5e8d
  1. 8
      css/style.css
  2. 8
      src/scss/_article-pages.scss

8
css/style.css

File diff suppressed because one or more lines are too long

8
src/scss/_article-pages.scss

@ -33,7 +33,8 @@
} }
header.article-header { header.article-header {
background: #e6e6e6; //background: #e6e6e6;
//background: url(../img/DS2_2622.jpg);
padding: 1rem; padding: 1rem;
} }
.article-header--metadata { .article-header--metadata {
@ -48,6 +49,11 @@ header.article-header {
text-align: right; text-align: right;
} }
} }
.article-info--wrapper {
position: absolute;
top: 0;
margin: 8rem;
}
.article { .article {
&--contributor { &--contributor {
font-size: 27px; font-size: 27px;

Loading…
Cancel
Save