diff options
-rw-r--r-- | style.scss | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -144,6 +144,15 @@ body { background-color: none; } +.notebox { + float: none; + width: 100%; + color: gray !important; + background: none; + margin-left: 0; + text-align: center; +} + img { float: left; vertical-align: top; |