このコミットが含まれているのは:
Henry Jameson 2019-01-09 16:31:53 +03:00
コミット f4b499b044
1個のファイルの変更1行の追加5行の削除

ファイルの表示

@ -142,7 +142,7 @@
border-bottom-right-radius: 0;
.panel-heading {
padding: .6em 0;
padding: .5em 0;
text-align: center;
box-shadow: none;
}
@ -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), var(--bg, $fallback--bg) 80%);
/* This fixes chrome's pixel rounding glitch */
margin-bottom: -1px;
padding-bottom: 1px;
.profile-bio {
text-align: center;
}