Files
drupal-theme-aaron/css/components/ui-dialog.css
2026-01-21 22:28:11 -06:00

16 lines
199 B
CSS

/**
* @file
* Styles for modal windows.
*/
.ui-dialog--narrow {
max-width: 500px;
}
@media screen and (max-width: 600px) {
.ui-dialog--narrow {
min-width: 95%;
max-width: 95%;
}
}