-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathgist-wide.css
More file actions
47 lines (39 loc) · 720 Bytes
/
gist-wide.css
File metadata and controls
47 lines (39 loc) · 720 Bytes
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
.container,
.container-lg {
width: 100% !important;
max-width: 100% !important;
padding-right: 30px !important;
padding-left: 30px !important;
}
.container .container {
padding-right: 0 !important;
padding-left: 0 !important;
}
.Header {
padding-right: 30px !important;
padding-left: 30px !important;
}
.gisthead {
padding-left: 0 !important;
}
.gist {
padding-right: 0 !important;
}
.gist-sidebar {
position: relative;
margin-left: -170px;
}
.gist-with-sidebar .gist-content {
width: 100% !important;
padding-right: 200px;
}
.edit.container {
width: 100% !important;
}
/* Gist profile */
.h-card {
padding-right: 30px !important;
}
.h-card img {
max-width: 230px !important;
}