Skip to content

Commit 5ee4b7d

Browse files
Update index.html
1 parent 7dfa4c5 commit 5ee4b7d

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
align-items: center;
165165
font-weight: 700;
166166
line-height: 0.9;
167-
padding-top: 20px;
167+
padding-top: 2px; /* 20 */
168168
border-color: transparent;
169169
margin-right: var(--dl-space-space-unit);
170170
padding-left: 4px; /* 32*/
@@ -183,11 +183,11 @@
183183
transition: 0.3s;
184184
font-weight: 700;
185185
line-height: 0.9;
186-
padding-top: 20px;
186+
padding-top: 2px; /* 20 */
187187
border-color: var(--dl-color-scheme-white);
188-
padding-left: 32px;
189-
padding-right: 32px;
190-
padding-bottom: 20px;
188+
padding-left: 4px; /* 32 */
189+
padding-right: 4px; /* 32 */
190+
padding-bottom: 2px; /* 20 */
191191
background-color: transparent;
192192
}
193193
.button-transparent:hover {
@@ -1655,5 +1655,6 @@ <h1 class="home-text48">
16551655

16561656

16571657

1658+
16581659

16591660

0 commit comments

Comments
 (0)