Jump to content

Template:Dialogue/styles.css: Difference between revisions

No edit summary
No edit summary
 
Line 7: Line 7:
     max-width: 600px;
     max-width: 600px;
     width: auto;
     width: auto;
    height: auto;
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
Line 27: Line 28:
     width: 100%;
     width: 100%;
     white-space: normal;
     white-space: normal;
}
/* Prevents unnecessary extra space */
blockquote {
    margin: 0;
    padding: 0;
}
}