Skip to content

Commit

Permalink
fix(static): responsive styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Mar 8, 2018
1 parent e9cb3c9 commit d6568b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/static/about/about.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
span {
display: inline-block;
font-weight: bold;
padding: 10px 10px 20px 10px;
padding: 20px 10px 30px 10px;
}

a {
Expand All @@ -37,13 +37,14 @@
}

.get-started {
width: 700px;
max-width: 700px;
margin: 50px auto 0 auto;
padding-bottom: 50px;
font-size: 0.9em;
letter-spacing: 0.01px;
overflow-wrap: break-word;
z-index: 1;
overflow: hidden;

code {
display: inline-block;
Expand Down Expand Up @@ -103,7 +104,7 @@
margin: 40px 0 0 0;

span {
padding: 0 0 10px 0;
padding: 10px 0 20px 0;
}

a {
Expand Down

0 comments on commit d6568b1

Please sign in to comment.