sidebar-for-bayou/static/sidebar.css

8 lines
127 B
CSS
Raw Normal View History

2024-03-13 09:30:09 +00:00
body {
2024-03-13 09:36:05 +00:00
max-width: 55em;
}
div.wrapper {
display: grid;
grid-template-columns: auto 20em; /* might be 15 */
2024-03-13 09:30:09 +00:00
}