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

v2.css « v2 « css « static - github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c403f44c774e10176fbb32146189e245a8949ab3 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/* v2 and v3 footer */
footer {
  background-color: #1c2d41;
  color: #8392a5;
  border-top-width: 1px !important;
  border-color: #8392a5;
}

footer a {
  color: #8392a5;
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
}

/* v2 and v3 news */
.news a {
  color: #1c2d41;
  text-decoration: none;
}

/* v2 do things */
.do-things {
  height: auto;
  padding: 0;
  padding-bottom: 0;
  margin: 0;
}

.things-i-do {
  font-family: "Alata", sans-serif;
  font-size: 25px;
}

.things {
  height: auto;
}

.things-text {
  height: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .things-i-do {
    padding-top: 7% !important;
  }

  .do-things-card {
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 0%;
    padding-top: 0%;
  }
}

/* v2 about */
.about {
  height: auto;
}

.jop {
  font-size: 30px;
}

.about-me {
  font-family: "Alata", sans-serif;
  font-size: 27px;
}

.about-content {
  font-size: 20px;
}

.about-content a:hover {
  text-decoration-line: none;
  color: black;
}

@media only screen and (max-width: 768px) {
  .about {
    height: auto;
  }
}