Skip to content

Commit

Permalink
Increase size of code example image
Browse files Browse the repository at this point in the history
  • Loading branch information
ceolson01 committed Aug 28, 2019
1 parent e46bbc7 commit f00cd88
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

@value mediumUp from '~styles/breakpoints.css';
@value largeUp from '~styles/breakpoints.css';

.slideCanvas {
background-color: var(--navy);
Expand Down Expand Up @@ -127,7 +127,7 @@
}
}

@media (mediumUp) {
@media (largeUp) {
.slideCanvas {
height: 519px;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

@value mediumUp from '~styles/breakpoints.css';

.main {
align-items: flex-end;
display: flex;
Expand All @@ -8,6 +10,12 @@

.image {
margin-bottom: 0;
max-height: 90%;
max-height: 98%;
max-width: 95%;
}

@media (mediumUp) {
.image {
max-height: 90%;
}
}
Binary file modified static/img/screenshot_codeEditor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f00cd88

Please sign in to comment.