Update style.css

This commit is contained in:
nune 2024-04-24 16:53:15 -04:00 committed by GitHub
parent 64dfa34f89
commit ab8f67bcef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,11 +26,11 @@ body {
font-size: 18px; font-size: 18px;
padding: 0 8px; padding: 0 8px;
} }
.note { .note {
padding:1rem 1rem 0 1rem; padding:1rem 1rem 1rem 1rem;
border:2px solid red; border:2px solid red;
} }
.notetitle { .notetitle {
fontweight:120%; font-weight:700;
border-bottom:2px solid blue;
} }