Increased line-height for personalia text

This commit is contained in:
2023-11-04 20:53:33 +01:00
parent 58a39a8438
commit 95025d0b56
2 changed files with 6 additions and 1 deletions

View File

@@ -3,4 +3,4 @@ interface IPersonalia {
text: string;
}
export type { IPersonalia };
export default IPersonalia;

View File

@@ -41,6 +41,11 @@
margin-top: 3rem;
}
p {
font-size: 1.4rem;
line-height: 1.6;
}
button {
width: 120px;
height: 30px;