Skip to content

Commit

Permalink
set max-width to 1920px
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSalikov committed May 8, 2024
1 parent e3fb024 commit d00f8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/search/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
include($SERVER_ROOT . '/includes/header.php');
?>
<!-- This is inner text! -->
<div id="innertext" class="inner-search">
<div id="innertext" class="inner-search" style="max-width: 1920px">
<h1 class="page-heading"><?php echo $LANG['SAMPLE_SEARCH'] ?></h1>
<div id="error-msgs" class="errors"></div>
<div style="display: grid; grid-template-columns: 3fr 1fr;">
Expand Down

0 comments on commit d00f8ed

Please sign in to comment.