-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (53 loc) · 982 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 {
margin: 0;
}
.globalWrapper {
max-width: 800px;
margin: 0 auto;
}
#customSearch .pageTitle {
text-align: center;
font-size: 48px;
font-family: "Oswald", sans-serif;
margin-bottom: 12px;
line-height: 1.1;
}
#customSearch .gsc-input-box {
padding: 0 8px 0 0;
border-radius: 12px;
margin-right: 8px;
}
#customSearch input.gsc-input {
padding: 8px !important;
}
#customSearch .gsc-search-button-v2 {
padding: 14px 27px;
border-radius: 12px;
}
#customSearch .gsc-search-button-v2 svg {
width: 18px;
height: 18px;
}
#customSearch .gsc-webResult {
padding: 16px 0;
}
#customSearch .gs-title {
font-size: 18px;
}
#customSearch .gs-visibleUrl {
font-size: 14px;
padding: 4px 0;
}
#customSearch .gs-snippet {
font-size: 14px;
line-height: 1.7;
}
#customSearch .gsc-cursor-page {
font-size: 18px;
margin-right: 16px;
padding: 0 4px;
}
#customSearch .gsc-expansionArea {
margin-bottom: 24px;
}
/*# sourceMappingURL=style.css.map */