0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 20:12:40 +00:00

minor changes

This commit is contained in:
Víctor Losada Hernández
2024-05-18 23:47:29 +02:00
parent 3d0a9ea805
commit 6e08fcca80
2 changed files with 2 additions and 2 deletions

View File

@@ -402,7 +402,7 @@ const ArchivePage = createClass({
</div>
<div className="resultsContainer dataGroup">
<div className="title">
<h2>Your results, my lordship</h2>
<h2>Your searched returned these results</h2>
</div>
{this.renderFoundBrews()}
</div>

View File

@@ -117,7 +117,7 @@ body {
background-color: #2C3E50;
width: 100%;
max-height: 100%;
height: 66.7vh;
height: 66.8vh;
padding: 50px;
overflow-y:scroll;