File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/components/MarkdownEditor Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11.editor {
22 p {
33 font-size : var (--font-size-large );
4+ line-height : 160% ;
45 }
56 // min-height: calc(var(--spacing-mega) * 10);
67 em ,
3536 hr {
3637 margin : var (--spacing-medium ) 0 ;
3738 border : none ;
38- border-top : 2px solid var (--color-background-inverse );
39+ border-block-start : 2px solid var (--color-background-inverse );
3940 }
4041 blockquote {
4142 background-color : var (--color-success-faint );
7980 img {
8081 display : block ;
8182 margin : auto ;
82- max-width : 100% ;
83+ max-inline-size : 100% ;
8384 }
8485 iframe {
8586 display : block ; // Makes iframe a block element, ensuring it's on a new line
8687 margin : var (--spacing-medium ) auto ; // Centers the iframe and adds vertical spacing
87- max-width : 100% ;
88+ max-inline-size : 100% ;
8889 }
8990}
9091.content {
You can’t perform that action at this time.
0 commit comments