Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
flick9000 committed Aug 30, 2024
1 parent fef7d6d commit 2278e20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,12 @@ main {
display: flex;
flex-direction: column;
/* max-width: 64ch; */
gap: 1rem;
/* gap: 1rem; */
}

.hero-title {
font-size: var(--step-xxxxl);
line-height: 1.4;
font-weight: 700;
}

Expand All @@ -182,7 +183,7 @@ main {
.hero-right > a > img {
cursor: pointer;
border-radius: 15px;
max-width: clamp(450px, 45vw, 800px);
max-width: clamp(450px, 45vw, 700px);
box-shadow: 0px 0px 20px 5px rgba(5, 6, 15, 0.452);
}

Expand All @@ -203,6 +204,7 @@ main {
border-radius: 15px;
font-size: var(--step-md);
border: 1px solid #0e1120;
margin-left: -10px;
box-shadow: 0 10px 10px rgba(5, 6, 15, 0.452);
min-width: fit-content;
}
Expand Down Expand Up @@ -237,6 +239,9 @@ main {
.hero-right > a > img {
max-width: clamp(50px, 89vw, 700px);
}
.button-download {
margin-left: 0px;
}
}

@media screen and (max-width: 650px) {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ <h1 class="hero-title">Fix Windows.</h1>
It includes debloat, privacy, performance & app installing scripts.
</p>
<p class="hero-description sm">
Open-source tool to create Windows scripts for debloating, privacy,
performance, and 3rd party app installation.
Open-source tool to build your <br />
Windows 10/11 script from scratch.
</p>
<div class="cta">
<a
Expand Down

0 comments on commit 2278e20

Please sign in to comment.