Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Line spacing regression in preferences panel
Browse files Browse the repository at this point in the history
  • Loading branch information
jkup committed Sep 18, 2016
1 parent 5330ee7 commit 3029406
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions less/about/preferences.less
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ body {
text-align: center;
}

.sectionTitle {
color: @braveOrange;
font-size: 1.2em;
margin-bottom: 0.7em;
}

.prefTabContainer {
.sectionTitleWrapper {
position: relative;
Expand All @@ -83,6 +89,7 @@ body {
.sectionTitle {
color: @braveOrange;
font-size: 28px;
margin-bottom: 0;
position: absolute;
bottom: 0;
left: 0;
Expand Down Expand Up @@ -319,6 +326,7 @@ a {
.settingsList .subtext {
color: @darkGray;
font-size: 0.9em;
margin: 1.2em 2px 7px;
}

.settingsListCopy {
Expand Down

0 comments on commit 3029406

Please sign in to comment.