Skip to content

Commit cecb22f

Browse files
committed
Bumped up desktop min-height
1 parent d5db23a commit cecb22f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tablet has fixed widths and font sizes
88
mobile has scaling widths and font sizes
99
*/
1010

11-
$desktop-width: 1050px;
11+
$desktop-width: 1200px;
1212
$mobile-width: 750px;
1313

1414
@mixin desktop {
@@ -171,7 +171,7 @@ html, body, #root, #app, .full-height {
171171
display: flex;
172172
flex-direction: column;
173173
@include desktop{
174-
min-height: 775px;
174+
min-height: 800px;
175175
}
176176
}
177177

src/preregister.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import CovidPopover from "./covid-popover.js";
66
var heroImage = require('./hero.svg');
77
var heroImageAlt = "A decorative hero graphic."
88

9-
var noticeContent = "We're planning BrickHack 7 to be the best and safest event possible. We will publish relevant information upon receiving updates from RIT and NY State."
9+
var noticeContent = "We're planning for BrickHack 7 to be the best and safest event possible. We will publish relevant information upon receiving updates from RIT and NY State."
1010

1111
class PreRegister extends React.Component {
1212
render() {

0 commit comments

Comments
 (0)