Skip to content

Commit

Permalink
fix css warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Mar 29, 2024
1 parent f75d179 commit 6e31ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Block/Showcase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ loop();
.block-showcase {
@container (width > 50rem) {
display: grid;
align-items: start;
align-items: flex-start;
grid-template-columns: repeat(v-bind(sections), 1fr);
gap: var(--space-8);
}
Expand Down
2 changes: 1 addition & 1 deletion components/Tv/TVByline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defineProps<BaseBylineProps>();
display: flex;
gap: var(--space-2);
font-style: normal;
align-items: start;
align-items: flex-start;
.avatar {
border-radius: var(--rounded-full);
Expand Down

0 comments on commit 6e31ff6

Please sign in to comment.