Skip to content

Commit

Permalink
update version doc style
Browse files Browse the repository at this point in the history
  • Loading branch information
gaplo917 committed Sep 15, 2019
1 parent 06dfbae commit 93c4c38
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/scss/about/about.version.view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
text-decoration: underline;
}
h1, h2, h3, h4 {
margin-top: 32px;
margin-top: 16px;
}

ion-content {
background-color: $bg-color;
color: $text-color;
padding: 10px 10px 0 10px;
padding: 10px 16px 0 16px;

pre {
background-color: darken($bg-color,5%);
Expand All @@ -39,8 +39,9 @@

ol, ul {
list-style: initial !important;
padding:5px 20px 20px 20px;
padding:4px 16px 4px 16px;
}

ul li {
list-style-position: outside;
padding: 8px 0;
Expand Down

0 comments on commit 93c4c38

Please sign in to comment.