simplepage/css/tablet.css

14 lines
167 B
CSS
Raw Normal View History

2020-10-31 18:19:23 +01:00
:root {
--contentWidth: calc(var(--rspTabletWidth) - (2 * var(--gutterMinWidth)));
}
#topleft {
padding-right: 0px;
}
#topright {
padding-left: 0px;
}