mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
fix the CSS styling when resizing the window
This commit is contained in:
parent
35e1b130a8
commit
77faa0971f
4 changed files with 36 additions and 10 deletions
|
@ -8,10 +8,10 @@
|
|||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<link rel="icon" href="/img/logo-favicon.png">
|
||||
</head>
|
||||
<center >
|
||||
|
||||
<center>
|
||||
|
||||
|
||||
<div class="width-class">
|
||||
<?php
|
||||
require("header.php");
|
||||
$min_length = 1;
|
||||
|
@ -85,10 +85,11 @@ require("header.php");
|
|||
|
||||
}
|
||||
else{ // if query length is less than minimum or more than maximum
|
||||
echo '</br></br><img src="img/logo-large.png"><p>Search query must be between '.$min_length . " and ".$max_length . " characters.</p>";
|
||||
echo '</br></br><img src="img/logo-large.png" class="width: 100%"><p>Search query must be between '.$min_length . " and ".$max_length . " characters.</p>";
|
||||
// TODO list the available categories
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<?php
|
||||
require("footer.php");
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue