We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4fecd commit 3fbb760Copy full SHA for 3fbb760
css/css.css
@@ -20,3 +20,15 @@ body {
20
background-size: cover;
21
background-repeat: no-repeat;
22
}
23
+@media only screen and (max-width: 600px) {
24
+ .w3-five img {
25
+ width: 100%;
26
+ height: 150px;
27
+ }
28
+ .w3-five {
29
30
+ height: 200px;
31
+ float: none;
32
+ padding: 0 8px;
33
34
+}
index.html
@@ -50,10 +50,6 @@
50
<a class="w3-bar-item " href="#">
51
<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"/>
52
</a>
53
- <!-- <a class="w3-bar-item w3-button" href="#">
54
- <i class="fa fa-cog">
55
- </i>
56
- </a> -->
57
</div>
58
59
<hr/>
0 commit comments