tangled
alpha
login
or
join now
altagos.dev
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
content class -> tag
altagos.dev
4 months ago
ffd0693e
e8f932e0
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
1/1
build.yml
success
2min 36s
+3
-3
2 changed files
expand all
collapse all
unified
split
style
base
layout.scss
content
text.scss
+2
-2
style/base/layout.scss
···
30
30
}
31
31
32
32
@media only screen and (max-width: 320px) {
33
33
-
.content {
33
33
+
content {
34
34
padding: 0 1em;
35
35
font-size: larger;
36
36
}
37
37
}
38
38
39
39
@media only screen and (max-width: 800px) and (min-width: 321px) {
40
40
-
.content {
40
40
+
content {
41
41
padding: 0 2em;
42
42
}
43
43
}
+1
-1
style/content/text.scss
···
1
1
-
.content {
1
1
+
content {
2
2
font-family: "Andada Pro";
3
3
font-size: var(--font-size);
4
4
font-weight: var(--normal-weight);