forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-24 22:05:48 +02:00
parent 3d984aeb2a
commit e8d0b839c9
1 changed files with 8 additions and 7 deletions

View File

@ -67,22 +67,23 @@
} }
#input-text { #input-text {
max-height: 50px!important; max-height: 50px !important;
} }
p { p {
margin: 0!important; margin: 0 !important;
margin-left: 27px!important; margin-left: 27px !important;
} }
blockquote p { blockquote p {
padding-bottom: 0.3rem; padding-bottom: 0.3rem !important;
padding-top: 0.3rem; padding-top: 0.3rem !important;
margin-left: 0 !important;
} }
blockquote { blockquote {
margin: 0!important; margin: 0 !important;
margin-left: 27px!important; margin-left: 27px !important;
margin-bottom: 5px !important; margin-bottom: 5px !important;
} }
</style> </style>