Skip to content
Snippets Groups Projects
Commit cf3e475d authored by Ingrid Martinsheimen Egge's avatar Ingrid Martinsheimen Egge :cow2:
Browse files

plassering

parent 2e28747d
No related branches found
No related tags found
2 merge requests!13Fridge view,!4Navbar
Pipeline #218811 failed
...@@ -60,6 +60,10 @@ export default { ...@@ -60,6 +60,10 @@ export default {
#logoContainer { #logoContainer {
background-color: white; background-color: white;
border-radius: 50%; border-radius: 50%;
display: flex;
justify-content: center;
align-items:center;
} }
#logoContainer img{ #logoContainer img{
...@@ -67,6 +71,7 @@ export default { ...@@ -67,6 +71,7 @@ export default {
} }
nav { nav {
z-index: 999;
position: fixed; position: fixed;
top: auto; top: auto;
bottom: 0; bottom: 0;
...@@ -99,4 +104,5 @@ ul { ...@@ -99,4 +104,5 @@ ul {
li{ li{
text-align: center; text-align: center;
} }
</style> </style>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment