Make all templates as consistent as possible with stock MVC Core 2.0 one

This commit is contained in:
Steve Sanderson
2017-05-19 11:36:17 +01:00
parent 3ee16a5ba5
commit 42b88c15f2
64 changed files with 521 additions and 375 deletions

View File

@@ -19,13 +19,6 @@
z-index: 1;
}
@media (max-width: 767px) {
/* On small screens, the nav menu spans the full width of the screen. Leave a space for it. */
body {
padding-top: 50px;
}
}
@media (min-width: 768px) {
/* On small screens, convert the nav menu to a vertical sidebar */
.main-nav {