diff options
| author | delta <darkussdelta@gmail.com> | 2026-07-25 15:39:11 +0200 |
|---|---|---|
| committer | delta <darkussdelta@gmail.com> | 2026-07-25 15:39:11 +0200 |
| commit | 6979ec35432ae68c01644b37f06fb0164d9ea312 (patch) | |
| tree | 00d17b072d80ab5dfa94026a9b40c73f32784c00 /buttons.html | |
| parent | f1290dc0d7fb38e3647d08c7592b4ff83a1c0624 (diff) | |
fix mobile layout
Diffstat (limited to 'buttons.html')
| -rw-r--r-- | buttons.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/buttons.html b/buttons.html index f37747d..ba69ce4 100644 --- a/buttons.html +++ b/buttons.html @@ -29,9 +29,12 @@ {{ .zs/components/nav }} <main> <div> - <p>Here's my button (no hotlinking please): - <img src="/assets/button.png" alt="An 88x31 button. It contains a slanted triangle, representing a Greek capital delta. On the right are 5 thin lines, red, orange, yellow, green and blue respectively, filling the rest of the space"> - </p> + <div id="my_button"> + Here's my button (no hotlinking please): + <div> + <img src="/assets/button.png" alt="An 88x31 button. It contains a slanted triangle, representing a Greek capital delta. On the right are 5 thin lines, red, orange, yellow, green and blue respectively, filling the rest of the space"> + </div> + </div> <div id="buttons">{{ .zs/components/buttons }}</div> </div> </main> |
