refactor: make headings more consistent and universal. (#37)

Resolves #22 
Co-authored-by: afn <hey@afn.lol>
This commit is contained in:
mirgb
2022-11-27 14:02:13 -05:00
committed by GitHub
parent fc0ce3332a
commit edd57a00be
12 changed files with 134 additions and 134 deletions

View File

@ -12,7 +12,7 @@
<div class="wrapper">
<h1>ReVanced <span>Manager</span></h1>
<h6>Patch your favourite apps, on-device.</h6>
<h4>Patch your favourite apps, on-device.</h4>
<Button kind="primary" icon="download" target="_blank" href={manager.assets[0].url}>{manager.version}</Button>
<div class="screenshot">
<Picture data={manager_screenshot} alt="Manager Screenshot" />
@ -27,14 +27,14 @@
flex-direction: column;
align-items: center;
}
h1 {
font-size: 3rem;
text-align: center;
color: var(--white);
margin-bottom: 0.5rem;
}
h6 {
h4 {
text-align: center;
margin-bottom: 1.5rem;
}