forked from HXLStandard/hxl-hashtag-chooser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (46 loc) · 800 Bytes
/
style.css
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
body {
font-family: Helvetica, Ariel, sans-serif;
}
section {
padding: 1em;
min-height: 500ex; /* fallback for ancient browsers */
min-height: 100vh;
}
.tagspec {
font-family: Courier, fixed;
color: #660000;
}
section.question, section.result {
display: block;
}
li {
margin: 1ex 0;
}
li a {
text-decoration: none;
}
div.nav {
margin-top: 2em;
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-between;
}
div.nav a {
text-decoration: none;
font-size: 83.333333%;
}
.tagspec-container {
display: block;
display: flex;
flex-wrap: wrap;
margin: 3ex 0;
font-size: 172.8%;
}
.final-tagspec {
display: inline-block;
margin-right: 1em;
}
.copy-button {
display: inline-block;
}