mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-01 19:32:42 +00:00
h2 to h3
This commit is contained in:
@@ -65,8 +65,12 @@ const ArchivePage = createClass({
|
|||||||
if (this.state.error !== null) {
|
if (this.state.error !== null) {
|
||||||
return(
|
return(
|
||||||
<div className="foundBrews noBrews">
|
<div className="foundBrews noBrews">
|
||||||
<h2>I'm sorry, your request didn't work</h2>
|
<div>
|
||||||
<p>Your search is not enough specific, too many brews meet this criteria for us to forward them.</p>
|
<h3>I'm sorry, your request didn't work</h3>
|
||||||
|
<br />
|
||||||
|
<p>Your search is not enough specific, too many brews meet this criteria for us to forward them.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -74,7 +78,7 @@ const ArchivePage = createClass({
|
|||||||
if (!brews || brews.length === 0) {
|
if (!brews || brews.length === 0) {
|
||||||
return(
|
return(
|
||||||
<div className="foundBrews noBrews">
|
<div className="foundBrews noBrews">
|
||||||
<h2>We haven't found brews meeting your request.</h2>
|
<h3>We haven't found brews meeting your request.</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -91,13 +91,13 @@ body {
|
|||||||
padding: 50px;
|
padding: 50px;
|
||||||
overflow-y:scroll;
|
overflow-y:scroll;
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
&.noBrews {
|
&.noBrews {
|
||||||
display:grid;
|
display:grid;
|
||||||
place-items:center;
|
place-items:center;
|
||||||
|
|
||||||
h3 {
|
|
||||||
font-size: 25px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.brewCount {
|
.brewCount {
|
||||||
|
|||||||
Reference in New Issue
Block a user