Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit d93c220

Browse files
authored
Merge pull request #6898 from oliver-pham/issue-19180
2 parents fd2a7fe + 0fe133c commit d93c220

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

res/css/structures/_HomePage.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,15 @@ limitations under the License.
5656
}
5757

5858
.mx_HomePage_default_buttons {
59+
display: flex;
5960
margin: 60px auto 0;
6061
width: fit-content;
6162

6263
.mx_AccessibleButton {
6364
padding: 73px 8px 15px; // top: 20px top padding + 40px icon + 13px margin
6465

6566
width: 160px;
66-
height: 132px;
67+
min-height: 132px;
6768
margin: 20px;
6869
position: relative;
6970
display: inline-block;

0 commit comments

Comments
 (0)