Made the container full screen

This commit is contained in:
Julian 2019-09-17 12:26:44 +02:00
parent 1530ae8704
commit 972d9c4b8f
2 changed files with 6 additions and 1 deletions

View File

@ -17,4 +17,9 @@ body{
.h-60 {
height: 60% !important;
}
.fullscreen{
max-height: 100%;
max-width: 100%;
}

View File

@ -12,7 +12,7 @@
<title>Konferenz Wegweiser</title>
</head>
<body>
<div class="container-fluid">
<div class="container h-100 w-100 fullscreen">
<div class="row">
<div class="col">
<h1>Konferenz Wegweiser</h1>