We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d426ba0 commit 829015dCopy full SHA for 829015d
1 file changed
css/small.css
@@ -1,10 +1,10 @@
1
@media screen and (max-width: 700px) {
2
html {
3
- font-size: 10px;
+ font-size: 16px;
4
}
5
6
.feature h2 {
7
- font-size: 1.2em;
+ font-size: 2.2em;
8
9
10
h2 {
@@ -31,16 +31,16 @@
31
32
.feature article {
33
width: 65%;
34
- height: auto;
+ height: 12em;
35
padding-bottom: 2%;
36
37
38
.detailstext {
39
- width: 68%;
+ width: 58%;
40
41
42
.detailsimg {
43
- width: 25%;
+ width: 35%;
44
45
46
.imagerollover {
@@ -57,28 +57,6 @@
57
58
59
60
-@media screen and (max-width: 700px) {
61
- html {
62
- font-size: 16px;
63
- }
64
-
65
- .feature h2 {
66
- font-size: 2.2em;
67
68
69
- .feature article {
70
- height: 12em;
71
72
73
- .detailstext {
74
- width: 58%;
75
76
77
- .detailsimg {
78
- width: 35%;
79
80
-}
81
82
@media screen and (max-width: 601px) {
83
.content {
84
min-width: 601px;
0 commit comments