Skip to content

Commit

Permalink
Add better spacing in article layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jocmp committed Jan 13, 2025
1 parent 3215a67 commit 17680cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions article_forge/style/stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ iframe {
}
}

video {
background-color: black;

&::-webkit-media-controls-fullscreen-button {
display: none;
}
}

.table__wrapper {
overflow-x: auto;
width: 100%;
Expand Down Expand Up @@ -183,23 +191,16 @@ iframe {

.article__header {
display: block;
margin-bottom: 1rem;
margin-bottom: 1.5rem;

&:link,
&:visited {
text-decoration: none;
}
}

video {
background-color: black;

&::-webkit-media-controls-fullscreen-button {
display: none;
}
}

.article__title {
padding-bottom: 0.5rem;
h1 {
margin: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion capy/src/main/assets/stylesheet.css

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

0 comments on commit 17680cf

Please sign in to comment.