aboutsummaryrefslogtreecommitdiff
path: root/assets/styles/extra/mobile.scss
blob: 6da0ac47864a3fa272cf13f05b7cfe5f73d44b29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@media(min-width: 768px) {
  .mobile-txt2 {
    display: none;
  }
}

@media(max-width: 768px) {
  .mobile-txt3 {
    display: none;
  }
}

.mobile-txt2 {
  content: "absence.";
  font-family: "Roboto Mono", serif;
  font-size: 16px;
  color: #fff;
}