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);
|
||||
|
||||
&-wrapper {
|
||||
min-width: 150px;
|
||||
max-width: 200px;
|
||||
min-width: 120px;
|
||||
max-width: 150px;
|
||||
height: auto;
|
||||
margin-right: 1rem;
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue