Skip to content

Commit

Permalink
AppContent: add right padding to app details
Browse files Browse the repository at this point in the history
  • Loading branch information
AquiGorka committed Apr 24, 2019
1 parent ce1bb39 commit 33e5d56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/apps/AppCenter/InstalledApps/AppContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@ AppContent.propTypes = {

const Markdown = styled.section`
margin-top: ${1 * GU}px;
h2, h3 {
padding-right: ${1 * GU}px;
h2,
h3 {
font-weight: bold;
margin: ${1 * GU}px 0;
}
Expand Down

0 comments on commit 33e5d56

Please sign in to comment.