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

columns.scss_f300667da4f5b5f84e1a9e0702b2fdde.content « shortcodes « sass « scss « assets « _gen « resources « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa08e31d4327782869d01f063cc0f0a21603816a (plain)
1
2
3
4
5
6
7
8
9
10
div.columns {
  flex-wrap: wrap;
  display: flex; }
  div.columns div.column {
    flex: 1 1;
    padding: 0 1em; }
  div.columns :first-child {
    padding-left: 0px !important; }
  div.columns :last-child {
    padding-right: 0px !important; }