diff options
Diffstat (limited to 'muse.html')
| -rw-r--r-- | muse.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -36,6 +36,12 @@ padding-bottom: 20px; vertical-align:top; } + + @media (max-width:900px) { + .poem { + width: 80vw; + } + } </style> </head> <body class="art"> |
