File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,16 @@ section {
20
20
background-size : 100% ;
21
21
margin : -70px 0 0 ;
22
22
}
23
+ section .wrap {
24
+ width : 500px ;
25
+ margin : 0 auto;
26
+ display : block;
27
+ text-align : center;
28
+ }
23
29
section img {
24
30
bottom : -80px ;
25
31
display : block;
26
- width : 500 px ;
32
+ width : 100 % ;
27
33
margin : 0 auto;
28
34
position : relative;
29
35
z-index : 2 ;
@@ -114,7 +120,7 @@ footer {
114
120
115
121
/*-- Smallest devices (phones, 320px to 480px) --*/
116
122
@media (min-width : 320px ) and (max-width : 480px ) {
117
- section img {
123
+ section . wrap {
118
124
width : 250px ;
119
125
}
120
126
h1 {
@@ -128,7 +134,7 @@ footer {
128
134
129
135
/*-- Small devices (tablets, 481px to 767px) --*/
130
136
@media (min-width : 481px ) and (max-width : 767px ) {
131
- section img {
137
+ section . wrap {
132
138
width : 290px ;
133
139
}
134
140
h1 {
@@ -142,7 +148,7 @@ footer {
142
148
143
149
/*-- Medium devices (desktops, 768px to 991px) --*/
144
150
@media (min-width : 768px ) and (max-width : 991px ) {
145
- section img {
151
+ section . wrap {
146
152
width : 430px ;
147
153
}
148
154
}
Original file line number Diff line number Diff line change 24
24
< div class ="clearfix "> </ div >
25
25
26
26
< div class ="wrapper ">
27
+
27
28
< section >
29
+ < div class ="wrap ">
28
30
< img class ="slideInDown animated " src ="images/gophercon2016.svg " />
31
+ </ div >
29
32
</ section >
30
33
31
34
< h1 class ="slideInLeft animated "> July 11th - 13th, 2016 < br /> Denver, Colorado</ h1 >
You can’t perform that action at this time.
0 commit comments