Skip to content

Commit 2190ad5

Browse files
committed
Fix styling on Firefox
1 parent 00e2beb commit 2190ad5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

content/_index.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ layout: hextra-home
3030
<!-- prettier-ignore --> {{< hextra/feature-card title="How is Clace implemented" icon="beaker" subtitle="Clace is cross-platform, built as a single binary which implements the webserver and AppServer. Clace has: <br>➣ Declarative config using Starlark (python-like)<br>➣ SQLite database for metadata persistence (allowing for transactional updates)<br>➣ CLI which uses a unix domain socket for security<br>➣ GitOps driven declarative interface which works with any hosted Git service" style="background: radial-gradient(ellipse at 50% 80%,rgba(89, 67, 7, 0.15),hsla(0,0%,100%,0));" >}}
3131

3232
{{< /hextra/feature-grid >}}
33-
<br>
34-
<br>
33+
34+
<div style="height: 20px;"></div>
3535

3636
<div style="position: relative; width: 100vw; margin-left: calc(-50vw + 50%); background: #007700; color: white; justify-content: center; box-sizing: border-box; padding: 25px; font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', 'Roboto', 'Arial', sans-serif;">
3737
<div style="max-width: 800px; width: 100%; margin: 0 auto; padding: 1rem;">
@@ -82,8 +82,7 @@ function copyCode(codeId, buttonElem) {
8282
}
8383
</script>
8484

85-
<br>
86-
<br>
85+
<div style="height: 20px;"></div>
8786

8887
{{< hextra/feature-grid >}}
8988

@@ -107,7 +106,7 @@ function copyCode(codeId, buttonElem) {
107106

108107
{{< /hextra/feature-grid >}}
109108

110-
<br />
109+
<div style="height: 20px;"></div>
111110

112111
{{< hextra/feature-grid >}}
113112

@@ -121,8 +120,7 @@ function copyCode(codeId, buttonElem) {
121120

122121
{{< /hextra/feature-grid >}}
123122

124-
<br>
125-
<br>
123+
<div style="height: 20px;"></div>
126124

127125
<style>
128126
/* Apply width 60% for screens wider than 768px */

0 commit comments

Comments
 (0)