mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 08:22:42 +00:00
minor fixes
This commit is contained in:
@@ -79,7 +79,6 @@ const ArchivePage = createClass({
|
|||||||
<br />
|
<br />
|
||||||
<p>Your search is not enough specific, too many brews meet this criteria for us to forward them.</p>
|
<p>Your search is not enough specific, too many brews meet this criteria for us to forward them.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ body {
|
|||||||
background-image: url('/assets/parchmentBackground.jpg');
|
background-image: url('/assets/parchmentBackground.jpg');
|
||||||
width: 48%;
|
width: 48%;
|
||||||
margin-right: 40px;
|
margin-right: 40px;
|
||||||
&:nth-child(2n+1) {
|
&:nth-child(2n+1 of .brewItem) {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user