Skip to content

Commit 0002381

Browse files
committed
Update styles.module.css
1 parent 3e6d670 commit 0002381

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

Website/src/pages/styles.module.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,19 @@ table {
7272
color: black;
7373
}
7474

75-
.indexCtas a:last-of-type {
75+
.indexCtas > a:last-of-type {
7676
margin: 20px 36px;
7777
}
7878

7979
.indexCtasGitHubButtonWrapper {
8080
display: flex;
81+
align-items: center;
8182
}
8283

8384
.indexCtasGitHubButton {
8485
margin: 0.5rem;
8586
overflow: hidden;
87+
vertical-align: middle;
8688
}
8789

8890
.directDownloads {
@@ -221,11 +223,7 @@ table {
221223
justify-content: center;
222224
}
223225

224-
.indexCtas a {
226+
.indexCtas > a {
225227
margin: 20px 36px;
226228
}
227-
228-
.indexCtasGitHubButton {
229-
display: none;
230-
}
231229
}

0 commit comments

Comments
 (0)