Fix notebox css

This commit is contained in:
AlxMedia 2021-09-21 11:35:46 +02:00
parent 6600c1f8cd
commit 74c5b286b1

View file

@ -596,7 +596,7 @@ box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03); }
.page-title h3,
.page-title h4 { font-size: 16px; text-transform: uppercase; line-height: 1.4em; font-weight: 400; border-left: 4px solid #333; padding-left: 30px; }
.page-title span { color: rgba(0,0,0,0.4); }
.page-title .notebox { font-size: 17px; line-height: 1.6em; font-weight: 300; color: rgba(0,0,0,0.4); position: relative; }
.page-title .notebox { background: #fff; box-shadow: 0 0 2px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.04), 0 16px 16px rgba(0,0,0,0.02); padding: 20px; margin-top: 20px; font-size: 17px; line-height: 1.6em; font-weight: 300; color: rgba(0,0,0,0.4); position: relative; }
/* common : notebox
/* ------------------------------------ */