less empty border

This commit is contained in:
lelo 2025-04-19 13:53:26 +00:00
parent 7201eafc65
commit 0d90252e33

View File

@ -44,6 +44,9 @@
.btn { .btn {
margin-bottom: 10px; margin-bottom: 10px;
} }
.search-container {
padding: 15px;
}
</style> </style>
</head> </head>
<body> <body>
@ -53,7 +56,7 @@
</a> </a>
<h1>{{ title_long }}</h1> <h1>{{ title_long }}</h1>
</header> </header>
<div class="container search-container"> <div class="search-container">
<h1>Suche</h1> <h1>Suche</h1>
<form id="searchForm" method="post" class="mb-4"> <form id="searchForm" method="post" class="mb-4">
<div class="mb-3"> <div class="mb-3">