Skip to content

Commit 588f20d

Browse files
committed
mobile update
1 parent 490e01f commit 588f20d

File tree

5 files changed

+52
-21
lines changed

5 files changed

+52
-21
lines changed
Binary file not shown.

css/style.css

+21-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ <h3>This is me...</h3>
2828
<div class="row">
2929
<div class="col-6">
3030

31-
<p>Hey my name is Collin, and I like to develop websites and problem solve. I'm currently helping make Tulsa a better place with <a href="http://station8branding.com" target="_blank">Station8</a> This site is built using the following awesome tools:</p>
31+
<p>Hey my name is Collin, and I like to develop websites and problem solve. I'm currently helping make Tulsa a better place with <a href="http://station8branding.com" target="_blank">Station8</a></p>
3232
<a href="http://www.hirecollin.com/" class="btn">visit my blog</a>
3333
</div>
3434
<div class="col-6">
35+
<p>This site is built using the following awesome tools:</p>
3536
<ul>
3637
<li>Git</li>
3738
<li>Github User Pages</li>

scss/_app.scss

+28-10
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,17 @@ hgroup{
1313
background: $primary;
1414
position: relative;
1515
color: #EEE;
16-
padding: 30px 0;
16+
padding: 30px 10px;
17+
height: 80vh;
1718
overflow: hidden;
1819
canvas{
1920
position: absolute;
2021
top: 0;
2122
}
2223
h1{
23-
font-size: 5em;
24+
font-size: 3em;
2425
margin-bottom: 10px;
26+
margin-top: 100%;
2527
text-transform: uppercase;
2628
}
2729
h2{
@@ -31,6 +33,7 @@ hgroup{
3133
}
3234
article{
3335
padding: 10px;
36+
3437
p{
3538
font-size: 1.2em;
3639
line-height: 1.3em;
@@ -53,14 +56,7 @@ article{
5356
}
5457

5558
}
56-
.row{
57-
display: flex;
58-
margin: 0px -10px;
59-
.col-6{
60-
flex: 1;
61-
padding: 0 10px;
62-
}
63-
}
59+
6460
.comp-color{
6561
color: $secondary;
6662
}
@@ -77,3 +73,25 @@ article{
7773
display: inline-block;
7874

7975
}
76+
@media (min-width: 400px){
77+
.row{
78+
display: flex;
79+
margin: 0px -10px;
80+
.col-6{
81+
flex: 1;
82+
padding: 0 10px;
83+
}
84+
}
85+
hgroup{
86+
height: auto;
87+
padding: 30px 0;
88+
h1{
89+
font-size: 5em;
90+
margin-top: 0px;
91+
}
92+
h2{
93+
margin-top: 0px;
94+
}
95+
}
96+
97+
}

0 commit comments

Comments
 (0)