Skip to content

Commit

Permalink
POFIM-50 Forbedrer formatering i fpinntektsmelding
Browse files Browse the repository at this point in the history
  • Loading branch information
AnjaAalerud committed Oct 17, 2024
1 parent 8e71be1 commit 8d17d82
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions content/formats/pdfinntektsmelding/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
* {
font-family: "Source Sans Pro", sans-serif !important;
color: #000000;
border-spacing: 0;
letter-spacing: 0.1mm;
line-height: 16px;
}

html {
Expand Down Expand Up @@ -37,25 +38,29 @@ html {

h1 {
font-size: 16px;
line-height: 26px;
line-height: 20px;
font-weight: bold;
letter-spacing: 0.3mm;
margin-bottom: 26px;
}

h2 {
font-size: 13px;
line-height: 6px;
line-height: 16px;
font-weight: bold;
letter-spacing: 0.25mm;
}

h3 {
font-size: 12px;
line-height: 6px;
line-height: 16px;
font-weight: bold;
letter-spacing: 0.2mm;
}

h4 {
font-size: 11px;
line-height: 6px;
line-height: 16px;
font-weight: bold;
}

Expand Down Expand Up @@ -89,12 +94,16 @@ li span {
padding-left:2px;
}

p + ul {
margin-top: -10px;
}

li{
line-height: 1em;
margin: 0;
margin-top: -10px;
padding: 0;
font-size: 5px;
}

#ny_nav_logo {
margin-bottom: 55px;
margin-left: 64px;
Expand Down

0 comments on commit 8d17d82

Please sign in to comment.