Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_main.scss « scss « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4abd643bec2ef17be3a0c5970097ae772f85bbf (plain)
1
2
3
4
5
6
#content {
  padding: 1%; 
  max-width: $screen-max; 
  margin: 0 auto;
  background: var(--color-bg);
}