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 257115d commit 37d24e2Copy full SHA for 37d24e2
themes/CodeMeta-Pyramids/static/css/codemeta.css
@@ -242,6 +242,28 @@ code{
242
border-radius: 0 0 0 1em;
243
}
244
245
-#skip-to-content:focus{
246
- transform: translateY(0%);
+@media only screen and (min-width: 992px) {
+
247
+ #skip-to-content:focus{
248
+ transform: translateY(0%);
249
+ }
250
251
+}
252
253
+@media only screen and (max-width: 991px) {
254
255
+ #skip-to-content{
256
+ transform: translateY(-177%);
257
+ padding-right: 0px;
258
259
260
261
262
263
264
+ transform: translateY(-77%);
265
+ margin-right: -15px;
266
267
268
269
0 commit comments