Skip to content

Commit 829015d

Browse files
committed
css: remove duplicate section
This was pointed out in #14 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent d426ba0 commit 829015d

1 file changed

Lines changed: 5 additions & 27 deletions

File tree

css/small.css

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@media screen and (max-width: 700px) {
22
html {
3-
font-size: 10px;
3+
font-size: 16px;
44
}
55

66
.feature h2 {
7-
font-size: 1.2em;
7+
font-size: 2.2em;
88
}
99

1010
h2 {
@@ -31,16 +31,16 @@
3131

3232
.feature article {
3333
width: 65%;
34-
height: auto;
34+
height: 12em;
3535
padding-bottom: 2%;
3636
}
3737

3838
.detailstext {
39-
width: 68%;
39+
width: 58%;
4040
}
4141

4242
.detailsimg {
43-
width: 25%;
43+
width: 35%;
4444
}
4545

4646
.imagerollover {
@@ -57,28 +57,6 @@
5757
}
5858
}
5959

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-
8260
@media screen and (max-width: 601px) {
8361
.content {
8462
min-width: 601px;

0 commit comments

Comments
 (0)