summaryrefslogtreecommitdiffstats
path: root/assets/scss/web/_skills.scss
blob: 80f1202520272384677c977cd089a9b96e03b28b (plain) (blame)
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
40
41
42
43
44
45
.skills {
}

.skills__header {
}

.skills__content {
  display: flex;
  flex-flow: row wrap;

}

.skills__title {
  min-width: 14%;
  text-align: right;
  font-weight: 900;

  @media (max-width: 812px) {
    @media (orientation: landscape) {
      font-size: 1rem;
    }
  }

  @media (max-width: 680px) {
    text-align: left;
  }
}

.skills__items {
  width: 80%;
  margin-bottom: 0.1rem;
  margin-left: 25px;
  font-size: 0.9rem;

  @media (max-width: 812px) {
    @media (orientation: landscape) {
      font-size: 0.6rem;
    }
  }

  @media (max-width: 680px) {
    margin-bottom: 1rem;
    width: 100%;
  }
}