Moved duplicate container & h1 styling to global.

This commit is contained in:
2020-10-12 00:05:34 +02:00
committed by KevinMidboe
parent 0ad3d4cafd
commit da00c7735e
8 changed files with 48 additions and 77 deletions

View File

@@ -116,13 +116,18 @@ h1 {
.container{
display: flex;
flex-direction: column;
width: 100%;
.header-and-notification{
display: flex;
flex-direction: row;
margin: auto;
}
h1 {
margin-top: 0;
}
.vipps-icon{
margin: 1em;
}