mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 18:45:42 +00:00
Adjusted line height in bio and card paragraph
This commit is contained in:
parent
90c6d7a843
commit
9a977dccd4
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
.bio {
|
.bio {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.75;
|
line-height: 1.625;
|
||||||
max-width: 24rem;
|
max-width: 24rem;
|
||||||
@include lg {
|
@include lg {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@ -95,5 +95,5 @@
|
|||||||
.card p {
|
.card p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.5;
|
line-height: 1.625;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user