diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -46,6 +46,12 @@ right: 5vh; max-height: 25vh; } + @media all and (max-device-width: 800px) { + #duck { + bottom: auto; + top: 4vh; + } + } </style> </head> <body> |
