Skip to content

Commit 6360595

Browse files
committed
improving doc links presentation
1 parent fadd541 commit 6360595

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

src/angular/src/app/pages/doc/doc.component.scss

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ h2 {
2323
// BUTTONS
2424
button {
2525
border: none;
26-
padding: 0.5em;
26+
padding: .5em;
27+
width: 80%;
28+
margin: 1em;
29+
height: 3em;
2730
}
2831

2932
button:disabled {
@@ -34,10 +37,10 @@ button:disabled {
3437

3538
// links
3639
.box-links {
37-
align-items: stretch;
38-
flex-direction: row;
40+
align-items: center;
41+
flex-direction: column;
3942
display: flex;
40-
justify-content: space-between;
43+
justify-content: flex-start;
4144
margin: 0 2em;
4245
}
4346

0 commit comments

Comments
 (0)