mirror of
https://github.com/KevinMidboe/k9e.no.git
synced 2025-10-29 09:40:13 +00:00
Increased line-height for personalia text
This commit is contained in:
@@ -3,4 +3,4 @@ interface IPersonalia {
|
||||
text: string;
|
||||
}
|
||||
|
||||
export type { IPersonalia };
|
||||
export default IPersonalia;
|
||||
|
||||
@@ -41,6 +41,11 @@
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1.4rem;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
button {
|
||||
width: 120px;
|
||||
height: 30px;
|
||||
|
||||
Reference in New Issue
Block a user