denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

fix: don't wrap display-toggle #2203

Closed meszarosdezso closed 2 years ago

meszarosdezso commented 2 years ago

This prevents the code/preview toggle from wrapping on smaller screens by hiding the README book icon on screen sizes under tw's sm breakpoint.

Before:

image

After:

image