Skip to content

Commit

Permalink
fix tiny ass corner bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptofine committed Feb 14, 2024
1 parent a81f777 commit e79f39c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
--gap: 10px;


--height-multiplier: 6;
--width-multiplier: 6;
--height-multiplier: 4;
--width-multiplier: 5;
--height-controller: calc(min(var(--height-multiplier) * 120px, 100%));
--width-controller: calc(min(var(--width-multiplier) * 120px, 100%));
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1 class="row">Hi! I'm Zeptofine</h1>
</div>
<!-- <div id="contactbox" class="tables sharp-tl sharp-tr" data-name="Contact">
</div> -->
<div id="linksbox" class="row tables sharp-tl sharp-tr" data-name="Projects" data-width="8">
<div id="linksbox" class="row tables sharp-tl sharp-tr" data-name="Projects" data-width="8" data-height="8">
<div id="projectlinks" class="buttonlist pad-x pad-y">
<button id="BLV2" class="linkcell outlined-hovered whitetext" type="button"
data-link="https://victor-ix.github.io/Blender-Launcher-V2"
Expand Down

0 comments on commit e79f39c

Please sign in to comment.