We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadd541 commit 6360595Copy full SHA for 6360595
1 file changed
src/angular/src/app/pages/doc/doc.component.scss
@@ -23,7 +23,10 @@ h2 {
23
// BUTTONS
24
button {
25
border: none;
26
- padding: 0.5em;
+ padding: .5em;
27
+ width: 80%;
28
+ margin: 1em;
29
+ height: 3em;
30
}
31
32
button:disabled {
@@ -34,10 +37,10 @@ button:disabled {
34
37
35
38
// links
36
39
.box-links {
- align-items: stretch;
- flex-direction: row;
40
+ align-items: center;
41
+ flex-direction: column;
42
display: flex;
- justify-content: space-between;
43
+ justify-content: flex-start;
44
margin: 0 2em;
45
46
0 commit comments