aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/assets/scss/_web_view.scss
blob: 64bab3b3369dfaaf8f3ed95b26b4755ce1f8e7d1 (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
28
29
30
31
32
33
34
35
36
37
38
39
@media only screen and (min-width: 600px) {
  .layout {
    .title-wrapper {
      @include flexify;
      flex-direction: row;
    }
    .title {
      margin-block-start: 0.83em;
      margin-block-end: 0.83em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
    }
  }


  .blog-list {
    .list-item {
      @include flexify;
      flex-direction: unset;
      padding: 0;
      margin-bottom: 0.5rem;
    }
    .date-label {
      font-size: 100%;
      margin-right: 0;
    }
  }
  .project-board {
    grid-template-columns: 1fr 1fr;
  }

  .highlight {
    @include full-width-web;
  }

  .post-image {
    @include full-width-web;
  }
}