We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287b0da commit 2037d1aCopy full SHA for 2037d1a
1 file changed
templates/index.html
@@ -81,12 +81,13 @@ <h1>
81
<button class="btn-primary" onclick="savePrice()" style="padding: 8px 15px;">+</button>
82
</div>
83
<div style="
84
- display:flex;
85
- justify-content: space-between;
86
- align-items: center;
87
- border-bottom: 1px solid #eee;
88
- padding-bottom: 10px;
+ display:flex;
+ justify-content: space-between;
+ align-items: center;
+ border-bottom: 1px solid #eee;
+ padding-bottom: 10px;
89
margin-bottom: 5px;
90
+ margin-top: 2.5em;
91
">
92
<strong style="color: var(--text-dark);">Grid-Layout anpassen</strong>
93
0 commit comments