File: style.scss

package info (click to toggle)
python-exchangelib 5.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,084 kB
  • sloc: python: 25,351; sh: 6; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
---

@import "{{ site.theme }}";

@media screen and (min-device-width:768px) {
  section {
    width:850px;
    float:right;
    padding-bottom:50px;
  }

  .wrapper {
    width:1210px;
    margin:0 auto;
  }
}

@media screen and (max-device-width:768px) {
  section {
    font-size: 75%;
  }
}