Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2090: 8.5.2 Translations kickbacks #582

Merged
merged 2 commits into from Jul 17, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Next

Move card bullets slightly to the left. Allow flexible width for tabl…

…e buttons. Increase column size in table for large view
  • Loading branch information
benstrumeyer committed Jul 17, 2020
commit 008abdb35095c19dbaa4238d7b3092c24aa0abf9
@@ -315,7 +315,7 @@ section.home-template .section.section-pricing {
font-size: rem-calc(12);
margin-bottom: 8px;
text-align: left;
padding-left: rem-calc(40);
padding-left: rem-calc(35);
img {
padding-right: 10px;
}
@@ -379,7 +379,6 @@ section.home-template .section.section-pricing {
margin-top: 10px;
margin-bottom: rem-calc(20);
text-transform: none;
width: 177px;
height: 38px;
line-height: 22px;
&.already-protected {
@@ -567,7 +566,6 @@ section.home-template .section.section-pricing {
}
.button-premium {
height: 38px;
width: 177px;
padding: 7.7px 14px;
line-height: 22px;
background: linear-gradient(
@@ -775,8 +773,8 @@ section.home-template .section.section-pricing {

}
td+td, th+th {
width: 166px;
max-width: 166px;
width: 216px;
max-width: 216px;
}
}
}
ProTip! Use n and p to navigate between commits in a pull request.