Skip to content

Commit

Permalink
fixes padding issues on data source and classifications pages
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Apr 16, 2019
1 parent 2a73d9b commit 3c2aed1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/pages/About/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
display: flex;
font-size: 12px;
line-height: 1.1;
margin: 3px 0;
margin: 5px 0;
& a {
color: inherit !important;
display: inline-block;
Expand All @@ -152,7 +152,7 @@
align-items: center;
color: var(--dark);
display: flex;
margin: 10px 0;
margin: 15px 0;
width: 100%;
& a {
color: inherit !important;
Expand Down Expand Up @@ -219,6 +219,7 @@
}

#Data {
padding: 35px 50px 50px;
& button {
align-items: center;
background: none;
Expand Down

0 comments on commit 3c2aed1

Please sign in to comment.