seemore 1.10.8 → 1.10.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
/* Generous top padding: with no header above it, the title needs more room than the
|
|
564
564
|
live page's column or it reads as glued to the top edge. */
|
|
565
565
|
overflow-x: clip;
|
|
566
|
-
padding: 4rem
|
|
566
|
+
padding: 4rem 2rem 4rem;
|
|
567
567
|
width: 100%;
|
|
568
568
|
}
|
|
569
569
|
|