Skip to content

Commit

Permalink
💫🚡 Checkpoint
Browse files Browse the repository at this point in the history
./app.scss:2450116/1257
./article.html:2450116/89799
  • Loading branch information
Glitch (playful-musician-7b35kmuaf8) committed Feb 29, 2020
1 parent 20c2bd7 commit 31c188f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 156 deletions.
79 changes: 0 additions & 79 deletions app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,85 +201,6 @@ svg {

// article view

.media-template {
.contained-section {
max-width: $pageMax;
padding: 16px;
width: calc(100vw - 32px);
margin: 0 auto;
}

img {
width: 100%;
}

.header-section {
display: none;
}


// Article Page

.article {
max-width: $articleMax;
margin: 0 auto;
}

.article-meta {
display: flex;
justify-content: space-between;
}

.article-title {
margin: 0;
}

.article-preview {
max-width: 640px;
line-height: 1.8;
margin-top: 12px;
margin-bottom:20px;
opacity: 0.6;
font-size: 18px;
}

// .article-body p:first-child::first-letter {
// font-size: 86px;
// font-style: italic;
// font-weight: 800;
// initial-letter: 2;
// float: left;
// line-height: 1;
// padding-right: 16px;
// }

.author {
color: $mdc-theme-primary;
}

.author-meta {
display: flex;
align-items: center;
margin-top: -12px;
text-decoration: none;
margin-bottom: 16px; }

.author-image {
width: 40px;
height: 40px;
border-radius: 50%;
margin-right: 16px;
object-fit: cover;
}

.hero-caption {
max-width: 560px;
margin-bottom: 24px;
margin-top: 4px;
line-height: 22px;
opacity: 0.6;
}




Loading

0 comments on commit 31c188f

Please sign in to comment.