Fixed centering for cards images and added link to my malware repo.
This commit is contained in:
parent
ad6613d898
commit
2605ec8f6c
2 changed files with 6 additions and 11 deletions
|
|
@ -121,10 +121,7 @@ main {
|
|||
|
||||
.menuEntry {
|
||||
display: inline-block;
|
||||
width: 200;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
gap: 10px;
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.menuEntryHelper {
|
||||
|
|
@ -132,12 +129,12 @@ main {
|
|||
height: 200px;
|
||||
background-color: black;
|
||||
border: 2px solid white;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.menuEntryIlustration {
|
||||
background-color: black;
|
||||
margin: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.menuEntryImage {
|
||||
|
|
|
|||
|
|
@ -27,17 +27,15 @@
|
|||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div id="projectsShowcase" class="flex flex-row">
|
||||
<a class="menuEntryColor" href="https://github.com/adrianvic/haruma">
|
||||
<a class="menuEntryColor" href="https://github.com/adrianvic/malware">
|
||||
<div class="flex flex-column box menuEntry flyOnHover">
|
||||
<div class="menuEntryHelper">
|
||||
<img class="menuEntryIlustration menuEntrySVG" src="./assets/svg/malware.svg">
|
||||
</div>
|
||||
<div class="flex flex-column">
|
||||
<h2 class="noMargin">Haruma</h2>
|
||||
<p class="lightColor noMargin">A Discord bot (and vampire).</p>
|
||||
<h2 class="noMargin">Malware</h2>
|
||||
<p class="lightColor noMargin">My work with malware archiving.</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue