diff --git a/content/services/_index.en.md b/content/services/_index.en.md index 5be455c..c3f035b 100644 --- a/content/services/_index.en.md +++ b/content/services/_index.en.md @@ -1,5 +1,4 @@ --- -layout: page title: Services --- diff --git a/content/services/passit.da.md b/content/services/passit.da.md index 0621375..91c0238 100644 --- a/content/services/passit.da.md +++ b/content/services/passit.da.md @@ -4,11 +4,11 @@ title: Passit service_badges: stability: positive connection_security: positive - connection_anonymous: negative + connection_anonymous: positive storage_encrypted: positive zero_knowledge: partial storage_backup: positive - logging: negative + logging: positive --- Hjælper dig med at huske stærke, unikke kodeord til alle de sites og apps du benytter dig af. diff --git a/themes/datacoop2020/assets/static/css/style.scss b/themes/datacoop2020/assets/static/css/style.scss index d31c4d2..4adc5d3 100644 --- a/themes/datacoop2020/assets/static/css/style.scss +++ b/themes/datacoop2020/assets/static/css/style.scss @@ -189,6 +189,22 @@ aside header a img { height : 140px; } +dl.dl-services { + + display: grid; + column-gap: 2rem; + dt { + grid-column-start: 1; + grid-column-end: 2; + font-weight: bold; + } + dd { + grid-column-start: 2; + grid-column-end: 3; + } + +} + @media(max-width:1000px) { :root { --base-grid : 40px;