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

minor fixes

This commit is contained in:
Víctor Losada Hernández
2024-01-28 16:14:54 +01:00
parent 399caaaeff
commit bf1f2054de
2 changed files with 1 additions and 2 deletions

View File

@@ -79,7 +79,6 @@ const ArchivePage = createClass({
<br />
<p>Your search is not enough specific, too many brews meet this criteria for us to forward them.</p>
</div>
</div>
);
}

View File

@@ -138,7 +138,7 @@ body {
background-image: url('/assets/parchmentBackground.jpg');
width: 48%;
margin-right: 40px;
&:nth-child(2n+1) {
&:nth-child(2n+1 of .brewItem) {
margin-right: 0;
}
h2 {