Skip to content

Commit

Permalink
fix(download-page): fixes link widths - I654
Browse files Browse the repository at this point in the history
  • Loading branch information
elit-altum committed Apr 4, 2020
1 parent ace8388 commit 1ee4baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions offline-reference/extra/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
padding: 0.4em;
margin: 1em 1.75em 0 0;
width: 18.65em;
float: left;
color: #333 !important;
height:7.45em;
position: relative;
Expand Down
1 change: 1 addition & 0 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@
padding: 0.4em;
margin: 0 1.75em 0 0;
width: 18.65em;
float: left;
color: #333 !important;
height: 7.45em;
position: relative;
Expand Down

0 comments on commit 1ee4baa

Please sign in to comment.