Skip to content

Commit

Permalink
Added required CSS styles
Browse files Browse the repository at this point in the history
  • Loading branch information
teilin committed Aug 9, 2020
1 parent 6bbbcc0 commit cb1e12b
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 2 deletions.
52 changes: 52 additions & 0 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -441,3 +441,55 @@ figure.kg-width-full img.kg-image {
.post-meta {
text-align: center;
}

.kg-gallery-container {
width: 100%;
}

.kg-gallery-row {
width: 100%;
}

.kg-gallery-image {
width: 100%;
}

.kg-bookmark-card {
width: 100%;
}

.kg-bookmark-container {
width: 100%;
}

.kg-bookmark-content {
width: 100%;
}

.kg-bookmark-title {
width: 100%;
}

.kg-bookmark-description {
width: 100%;
}

.kg-bookmark-metadata {
width: 100%;
}

.kg-bookmark-icon {
width: 100%;
}

.kg-bookmark-author {
width: 100%;
}

.kg-bookmark-publisher {
width: 100%;
}

.kg-bookmark-thumbnail {
width: 100%;
}
2 changes: 1 addition & 1 deletion assets/css/screen.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 40 additions & 1 deletion assets/css/screen.sass
Original file line number Diff line number Diff line change
Expand Up @@ -322,4 +322,43 @@ figure.kg-width-full
position: absolute !important

.post-meta
text-align: center
text-align: center

.kg-gallery-container
width: 100%

.kg-gallery-row
width: 100%

.kg-gallery-image
width: 100%

.kg-bookmark-card
width: 100%

.kg-bookmark-container
width: 100%

.kg-bookmark-content
width: 100%

.kg-bookmark-title
width: 100%

.kg-bookmark-description
width: 100%

.kg-bookmark-metadata
width: 100%

.kg-bookmark-icon
width: 100%

.kg-bookmark-author
width: 100%

.kg-bookmark-publisher
width: 100%

.kg-bookmark-thumbnail
width: 100%

0 comments on commit cb1e12b

Please sign in to comment.