Moved duplicate container & h1 styling to global.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user