Skip to content

Commit 9855e28

Browse files
patmellonbrsoff
authored andcommitted
[PYT-209] Adjust quickstart modules for tablet screens (#62)
* [PYT-209] Adjust quickstart modules for tablet screens * update
1 parent 7f7bff9 commit 9855e28

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

_includes/quick_start_module.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="container-fluid quick-start-module quick-starts">
22
<div class="container">
33
<div class="row">
4-
<div class="col-md-6">
4+
<div class="col-md-6 start-locally-col">
55

66
<h3>Quick Start
77
<br />Locally</h3>

_sass/quick-start-module.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
.quick-starts {
22
background: $medium_grey;
33

4+
@include small-desktop {
5+
.start-locally-col {
6+
flex: 0 0 100%;
7+
max-width: 100%;
8+
}
9+
.cloud-options-col {
10+
flex: 0 0 100%;
11+
max-width: 100%;
12+
margin-left: 0;
13+
margin-top: rem(20px);
14+
}
15+
}
16+
417
p {
518
font-size: rem(18px);
619
line-height: rem(28px);

0 commit comments

Comments
 (0)