whoami image size smaller, single page h3,h4,h5,h6 title color removed

This commit is contained in:
zzossig 2019-12-11 23:32:15 +09:00
parent 1450e07be0
commit b36143c377
3 changed files with 8 additions and 4 deletions

View File

@ -29,8 +29,8 @@
@include box-shadow(0, 8px, 6px, -6px, black);
&-wrapper {
min-width: 150px;
max-width: 200px;
min-width: 120px;
max-width: 150px;
height: auto;
margin-right: 1rem;

View File

@ -62,10 +62,14 @@
h5,
h6 {
position: relative;
line-height: 1.25;
}
h1,
h2 {
@include themify($themes) {
color: themed("single-contents-title-color");
}
line-height: 1.25;
}
h1 {