We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5a790 commit d67fbb7Copy full SHA for d67fbb7
template.css
@@ -60,3 +60,40 @@ ul li:last-child:after {
60
.up-sharing td:first-child {
61
color: #353;
62
}
63
+
64
+/*
65
+ iPad Styles
66
+*/
67
68
+@media screen and (max-device-width: 1024px), screen and (max-width: 1024px) {
69
70
+ body {
71
+ -webkit-text-size-adjust: 100%;
72
+ }
73
74
+ header,
75
+ footer,
76
+ section {
77
+ width: auto;
78
79
80
81
82
83
84
+ Small Screen Styles
85
86
87
+@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 800px) {
88
89
90
91
92
93
94
95
96
97
98
99
0 commit comments