Finalize recipes feature

This commit is contained in:
Bernd Bestel
2018-07-15 09:56:10 +02:00
parent be650d093d
commit ea0f5101ec
9 changed files with 108 additions and 38 deletions

View File

@@ -49,6 +49,15 @@ a.discrete-link:focus {
font-size: 95%;
}
.fullscreen {
z-index: 9999;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
}
/* Navigation style customizations */
#mainNav {
background-color: #e5e5e5 !important;