Skip to content

Commit 5090b2e

Browse files
author
Marky
committed
fix header spacing
1 parent 111d8b2 commit 5090b2e

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

src/frontend/screens/Login/components/Runner/index.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
}
1818

1919
.runnerLogin {
20-
padding: var(--space-xs);
21-
font-size: var(--text-lg);
20+
padding: var(--space-lg);
21+
font-size: var(--text-md);
2222
border: none;
2323
transition: 0.2s;
2424
font-weight: 700;

src/frontend/screens/Login/index.css

+2-7
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@
8989
display: none;
9090
}
9191

92-
/* .loginPage .languageSelector {
93-
position: absolute;
94-
width: 300px;
95-
top: 10vh;
96-
} */
97-
9892
.loginPage .languageSelector label {
9993
justify-self: center;
10094
margin-bottom: 0.5rem;
@@ -128,13 +122,14 @@
128122
.runnerHeaderText {
129123
text-align: start;
130124
margin-left: 60px;
125+
align-self: center;
131126
}
132127

133128
.runnerHeaderIcon {
134129
position: absolute;
135130
width: 60px;
136131
padding-right: 8px;
137-
margin-top: -4px;
132+
align-self: center;
138133
}
139134

140135
.runnerMessage {

0 commit comments

Comments
 (0)