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

children.scss_6fa2be902ef8caa56cd91727d4d085e0.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: 2719ff773ee2ce56f50236db8e6ca83f7ac6d2c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
article ul.children.children-card {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  article ul.children.children-card > span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    width: 40%;
    min-width: 250px;
    margin: 1rem 1rem;
    border: 0.1rem solid #ccc;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
    article ul.children.children-card > span card {
      margin: 0px 0px;
      display: block;
      padding: 1rem;
      background-color: #eee;
      font-size: 200%; }
    article ul.children.children-card > span p {
      padding: 0rem 1rem; }