Skip to content

Commit 75d0d86

Browse files
committed
miniature styling changes
1 parent dc4b1f0 commit 75d0d86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div class="header-middle">
1919
<p><a id="config-screen-select">
2020
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="#ffffff" d="M480 224C492.9 224 504.6 231.8 509.6 243.8C514.6 255.8 511.8 269.5 502.7 278.7L342.7 438.7C330.2 451.2 309.9 451.2 297.4 438.7L137.4 278.7C128.2 269.5 125.5 255.8 130.5 243.8C135.5 231.8 147.1 224 160 224L480 224z"/></svg>
21-
Datapack config
21+
Config editor
2222
</a></p>
2323
</div>
2424
<div>

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body {
3535
}
3636

3737
body {
38-
padding: 0.5rem;
38+
padding: 0.5rem 0;
3939
display: flex;
4040
flex-direction: column;
4141
gap: 0.5rem;
@@ -305,7 +305,7 @@ footer {
305305
justify-content: space-between;
306306
align-content: center;
307307
align-items: center;
308-
padding: 0 0.5rem;
308+
padding: 0 1rem;
309309

310310
p {
311311
margin: 0;
@@ -350,7 +350,7 @@ div.header {
350350
justify-content: space-between;
351351
width: 100%;
352352
gap: 1em;
353-
padding: 0 1em;
353+
padding: 0 1rem;
354354
* {
355355
margin-top: 0;
356356
margin-bottom: 0;

0 commit comments

Comments
 (0)