We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 447e87c + f1121c1 commit 8eadf6bCopy full SHA for 8eadf6b
res/css/structures/_HomePage.scss
@@ -26,9 +26,10 @@ limitations under the License.
26
27
.mx_HomePage_default {
28
text-align: center;
29
+ display: flex;
30
31
.mx_HomePage_default_wrapper {
- padding: 25vh 0 12px;
32
+ margin: auto;
33
}
34
35
img {
@@ -55,15 +56,15 @@ limitations under the License.
55
56
57
58
.mx_HomePage_default_buttons {
- margin: 80px auto 0;
59
+ margin: 60px auto 0;
60
width: fit-content;
61
62
.mx_AccessibleButton {
63
padding: 73px 8px 15px; // top: 20px top padding + 40px icon + 13px margin
64
65
width: 160px;
66
height: 132px;
- margin: 0 20px;
67
+ margin: 20px;
68
position: relative;
69
display: inline-block;
70
border-radius: 8px;
0 commit comments