diff options
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r-- | assets/css/screen.css | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index b26d0e9..9379dbe 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -2075,7 +2075,7 @@ span.ps { background: url(../img/logo-ps.svg) top left/5rem no-repeat; opacity: 0.75; color: transparent; - padding: 0 1rem; } + padding: 0.25rem 1.25rem; } h1, h2, h3, h4, h5, h6 { font-family: "Cormorant Garamond", serif; @@ -2264,8 +2264,10 @@ article > header p { line-height: 1.25; font-family: "Cormorant Garamond", serif; text-variant: italic; - padding: 2rem 4rem; + padding: 0 4rem; text-align: justify; } + article > header p:last-child { + padding-bottom: 2rem; } article section:after { display: table; @@ -2284,7 +2286,6 @@ article aside ul { article aside ul img { display: block; width: 16rem; - height: 9rem; background-color: black; margin: 1rem auto; } article .outro p { @@ -2322,6 +2323,14 @@ article .video { height: auto; float: none; } +span.note { + font-size: smaller; + padding-left: 1rem; + display: none; } + +:hover + span.note { + display: inline; } + body.vdo > main > article { background: #6d90a2; } body.vdo > aside:hover, body.vdo > aside:focus { |