whoami image size smaller, single page h3,h4,h5,h6 title color removed
This commit is contained in:
parent
1450e07be0
commit
b36143c377
|
@ -29,8 +29,8 @@
|
||||||
@include box-shadow(0, 8px, 6px, -6px, black);
|
@include box-shadow(0, 8px, 6px, -6px, black);
|
||||||
|
|
||||||
&-wrapper {
|
&-wrapper {
|
||||||
min-width: 150px;
|
min-width: 120px;
|
||||||
max-width: 200px;
|
max-width: 150px;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
|
|
||||||
|
|
|
@ -62,10 +62,14 @@
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
line-height: 1.25;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2 {
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
color: themed("single-contents-title-color");
|
color: themed("single-contents-title-color");
|
||||||
}
|
}
|
||||||
line-height: 1.25;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue