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.
2 parents 503f723 + 7798000 commit d45814aCopy full SHA for d45814a
1 file changed
vis/stylesheets/modules/_footer.scss
@@ -1,7 +1,6 @@
1
.builtwith {
2
margin: 15px 10px 15px 50px;
3
font-size: 12px;
4
- // TODO this doesn't work on mobile (footer is unreadable)
5
height: 20px;
6
}
7
@@ -15,7 +14,31 @@
15
14
16
17
18
-@media screen and (max-width: 640px) {
+@media screen and (max-width: 1210px) {
+ .builtwith {
19
+ font-size: 11px;
20
+ }
21
+}
22
+
23
+@media screen and (max-width: 1120px) {
24
25
+ font-size: 10px;
26
27
28
29
+@media screen and (max-width: 1030px) {
30
31
+ font-size: 9px;
32
33
34
35
+@media screen and (max-width: 1000px) {
36
37
38
39
40
41
+@media screen and (max-width: 900px) {
42
43
margin: 10px 0px 10px 20px;
44
font-size: 11px;
0 commit comments