Skip to content

Commit

Permalink
Fixing more gallery stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Aug 30, 2024
1 parent ce9364f commit 605fbf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/css/gallery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ input {
// border-radius: 8px;
overflow: hidden;
transition: transform 0.2s;
border: 10px solid #ccc;
border-style: inset;
border-color: mediumvioletred;
// border: 10px solid #ccc;
// border-style: inset;
// border-color: mediumvioletred;
}

.gallery-item:hover {
Expand Down
2 changes: 1 addition & 1 deletion src/gallery.njk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="gallery-item-content">
<h1 class="gallery-title">{{ project.title }}</h1>
<h2 style="text-align: center;">
<span style="display: inline-block; vertical-align: middle;">{% phicon "eye", "duotone", {style: "color:white", size: 16} %}: {{ project.videast.name }}</span>
<span style="display: inline-block; vertical-align: middle;">{% phicon "eye", "duotone", {style: "color:white", size: 16} %} : {{ project.videast.name }}</span>
</h2>
<h2 style="text-align: center;">
<span style="display: inline-block; vertical-align: middle;">{% phicon "ear", "duotone", {style: "color:white", size: 16} %} : {{ project.musician.name }}</span>
Expand Down

0 comments on commit 605fbf3

Please sign in to comment.