Skip to content

Commit 3fbb760

Browse files
committed
ok
1 parent 1a4fecd commit 3fbb760

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

css/css.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,15 @@ body {
2020
background-size: cover;
2121
background-repeat: no-repeat;
2222
}
23+
@media only screen and (max-width: 600px) {
24+
.w3-five img {
25+
width: 100%;
26+
height: 150px;
27+
}
28+
.w3-five {
29+
width: 100%;
30+
height: 200px;
31+
float: none;
32+
padding: 0 8px;
33+
}
34+
}

index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
<a class="w3-bar-item " href="#">
5151
<img alt="" src="https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fbrettbeauregard.com%2Fblog%2Fwp-content%2Fuploads%2F2011%2F12%2Fgithub-300x300.png&f=1&nofb=1"/>
5252
</a>
53-
<!-- <a class="w3-bar-item w3-button" href="#">
54-
<i class="fa fa-cog">
55-
</i>
56-
</a> -->
5753
</div>
5854
</div>
5955
<hr/>

0 commit comments

Comments
 (0)