diff --git a/app/styles/app.css b/app/styles/app.css index 34a0fe5..4016f0b 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -298,6 +298,16 @@ body { background: #0069d9; } +.meta-info { + font-size: 0.9rem; +} + +.meta-info p:first-child { + margin-top: 1.2rem; + padding-top: 1.2rem; + border-top: 1px solid #eee; +} + .meta-info a { color: #007bff; text-decoration: none;