remove spaces for small screens
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
</head>
|
||||
<body class="d-flex h-100 text-bg-dark">
|
||||
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
|
||||
<div class="cover-container d-flex w-100 h-100 mx-auto flex-column">
|
||||
<!-- app header -->
|
||||
<include src="app/partitial/header.html"></include>
|
||||
|
||||
<!-- app working window -->
|
||||
<main>
|
||||
<main class="p-0 p-md-3">
|
||||
<div class="d-block d-xs-block d-md-flex gap-3">
|
||||
<include src="app/partitial/menu.html"></include>
|
||||
<div class="flex-fill card shadow p-3" id="content"></div>
|
||||
|
||||
Reference in New Issue
Block a user