Skip to content

Commit

Permalink
Merge pull request #169 from ryuuart:ryuuart/issue166
Browse files Browse the repository at this point in the history
Add holotape
  • Loading branch information
ryuuart committed Aug 11, 2023
2 parents 968ff19 + 1757801 commit 3669046
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 4 deletions.
40 changes: 40 additions & 0 deletions web/public/assets/img/holotape.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 14 additions & 4 deletions web/src/components/home/hero/Primordia.astro
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<div class="primordia sideways-lr">
<div class="title">Primordia</div>
<div class="description">08.10.23</div>
<div>
<div class="title">Primordia</div>
<div class="description">08.10.23</div>
</div>
<img class="holotape" src="/assets/img/holotape.svg" />
</div>

<style>
.primordia {
grid-area: 3 / 1 / 4 / 2;

grid-area: 2 / 1 / 4 / 2;
justify-self: end;

display: flex;
}

.title {
Expand All @@ -23,4 +27,10 @@
.description {
font-size: 0.75rem;
}

.holotape {
align-self: flex-start;

margin-inline-start: 1.5rem;
}
</style>

0 comments on commit 3669046

Please sign in to comment.