Skip to content

Commit

Permalink
Fix compiled CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsapone committed Apr 29, 2024
1 parent cabcda4 commit 20118d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/storia.css
Original file line number Diff line number Diff line change
Expand Up @@ -648,15 +648,15 @@ header {
fill: var(--color-light);
}

.component {
.view {
display: flex;
}

.component__content {
.view__content {
width: 100%;
position: relative;
}
.component__content iframe {
.view__content iframe {
position: absolute;
width: 100%;
height: 100%;
Expand Down

0 comments on commit 20118d1

Please sign in to comment.