Skip to content

Commit

Permalink
badge update
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed May 31, 2024
1 parent 90b629c commit d09eb33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ <h2>Ready to get started?</h2>
href="https://github.com/rocksdanister/lively/releases/download/v2.1.0.8/lively_setup_x86_full_v2108.exe"
>
<img alt="lively installer" src="assets/icons/download.svg" class="white-filter" />
<h1>Installer</h1>
<h1>Installer (x64)</h1>
</a>
</div>
</div>
Expand Down
16 changes: 8 additions & 8 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -484,12 +484,12 @@ li.card p {

.download-button {
margin-top: 10px;
background-color: black;
background-color: #202020;
border-radius: 10px;
width: 292px;
height: 104px;
width: 332px;
height: 94px;
transition: 0.25s;
border: black;
filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
text-decoration: none;
display: inline-block;
font-family: var(--font2);
Expand All @@ -507,16 +507,16 @@ li.card p {

.download-button h1 {
display: inline-block;
font-size: 34px !important;
font-size: 32px !important;
vertical-align: top;
margin-left: 5px;
margin-top: 30px;
margin-top: 34px;
}

.download-button img {
position: relative;
width: 65px;
margin-left: -40px;
width: 55px;
margin-left: -25px;
margin-top: 15px;
}

Expand Down

0 comments on commit d09eb33

Please sign in to comment.