Merge branch 'master' of github.com:KevinMidboe/vinlottis

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-22 13:14:20 +01:00
2 changed files with 44 additions and 25 deletions

View File

@@ -11,8 +11,10 @@
text-align: center;
width: 100vw;
margin-top: 0px;
padding: 20px 0;
padding: 33px 0;
background-color: #dbeede;
box-shadow: 0 0 10px 0px #0000003a;
-webkit-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.65);
-moz-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.65);
box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.65);
}
</style>