Fix localization on detailed project pages.
All checks were successful
Build and deploy website / build (push) Successful in 34s
All checks were successful
Build and deploy website / build (push) Successful in 34s
Fix way too much padding on <br/> tags. Added some old project entries. Added Project as a convenience type. Added link class to all a tags to easier distinguish links in text. Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
@layer base {
|
||||
br {
|
||||
@apply my-4;
|
||||
@apply my-0.5;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -20,4 +20,9 @@
|
||||
h2 {
|
||||
@apply text-3xl font-bold mb-2;
|
||||
}
|
||||
|
||||
/* TODO change default style*/
|
||||
a {
|
||||
@apply link
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user