mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 07:48:50 -06:00
25 lines
502 B
CSS
25 lines
502 B
CSS
/*
|
|
* RELOG: Supply Chain Analysis and Optimization
|
|
* Copyright (C) 2020-2025, UChicago Argonne, LLC. All rights reserved.
|
|
* Released under the modified BSD license. See COPYING.md for more details.
|
|
*/
|
|
|
|
.SectionHeader {
|
|
max-width: var(--site-max-width);
|
|
min-width: var(--site-min-width);
|
|
margin: 0 auto;
|
|
color: var(--contrast-100);
|
|
}
|
|
|
|
.SectionHeader h1 {
|
|
margin: 0;
|
|
padding: 0 12px;
|
|
font-size: 16px;
|
|
line-height: 64px;
|
|
}
|
|
|
|
.SectionButtonsContainer {
|
|
float: right;
|
|
height: 64px;
|
|
}
|