stylistic changes
This commit is contained in:
parent
55c6e96835
commit
adeaa06d07
|
@ -46,7 +46,7 @@
|
||||||
ol {
|
ol {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
list-style: number;
|
list-style: decimal;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
em {font-style: italic;}
|
em {font-style: italic;}
|
||||||
|
|
|
@ -114,6 +114,10 @@
|
||||||
transition: opacity 0.2s ease-in-out;
|
transition: opacity 0.2s ease-in-out;
|
||||||
&:hover {opacity: 0.6}
|
&:hover {opacity: 0.6}
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
|
line-height: 1.4;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* contact section */
|
/* contact section */
|
||||||
|
|
Loading…
Reference in a new issue