Skip to content
Snippets Groups Projects
Commit f4b499b0 authored by HJ's avatar HJ :fire:
Browse files

better fix

parent d13f36a2
Branches
Tags
1 merge request!456fixes #265 and also that thin line below gradient on chrome (UGH)
Pipeline #6104 passed
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
.panel-heading { .panel-heading {
padding: .6em 0; padding: .5em 0;
text-align: center; text-align: center;
box-shadow: none; box-shadow: none;
} }
...@@ -153,10 +153,6 @@ ...@@ -153,10 +153,6 @@
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), $fallback--bg 80%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0), $fallback--bg 80%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--bg, $fallback--bg) 80%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--bg, $fallback--bg) 80%);
/* This fixes chrome's pixel rounding glitch */
margin-bottom: -1px;
padding-bottom: 1px;
.profile-bio { .profile-bio {
text-align: center; text-align: center;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment