Skip to content

Commit

Permalink
Gjør headeren vid og søkefeltet bredt
Browse files Browse the repository at this point in the history
Co-authored-by: Magnar Sveen <magnars@gmail.com>
  • Loading branch information
cjohansen and magnars committed Oct 11, 2023
1 parent c7a5984 commit c37db72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ui/resources/public/css/matvaretabellen.css
Expand Up @@ -33,3 +33,8 @@
font-weight: normal;
padding-left: 1.2em;
}

.search-input-wrap {
margin: 40px auto;
max-width: 600px;
}
2 changes: 1 addition & 1 deletion ui/src/mt_designsystem/components/site_header.cljc
Expand Up @@ -17,6 +17,6 @@

(defn SiteHeader [{:keys [home-url]}]
[:header
[:div.header.header--regular
[:div.header.header--regular.container
[:a.fit-content {:href home-url}
(MattilsynetLogo {:color "var(--color-mt-red)"})]]])

0 comments on commit c37db72

Please sign in to comment.