-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadjust.css
More file actions
101 lines (100 loc) · 1.38 KB
/
adjust.css
File metadata and controls
101 lines (100 loc) · 1.38 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
@media screen and (max-width: 925px) {
#MainBody {
margin: 5px;
}
.defaultheadings {
font-size: 10px;
}
.defaultheading {
margin-bottom: -10px;
}
#header1 {
height: 80px;
}
#headerimage {
width: 50px;
height: 50px;
}
#headerimage2{
width: 50px;
height: 50px;
}
.small{
font-size: 12px;
}
.defaultlist {
font-size: 12px;
}
th {
font-size: 10px;
}
tr {
font-size: 10px;
}
#table {
width: 200px;
}
#EventLocation {
font-size: 10px;
margin: 5px;
}
#EventTime {
font-size: 10px;
margin: 5px 20px;
}
.defaultinput {
font-size: 10px;
}
}
@media screen and (max-width: 750px) {
#MainBody {
margin: 5px;
}
.defaultheadings {
font-size: 8px;
}
.defaultheading {
margin-bottom: -5px;
}
#header1 {
height: 80px;
}
#headerimage {
width: 50px;
height: 50px;
}
#headerimage2{
width: 50px;
height: 50px;
}
.small{
font-size: 12px;
}
.defaultlist {
font-size: 12px;
}
th {
margin: 0px;
padding: 2px;
font-size: 10px;
}
tr {
padding: 2px;
margin: 0px;
font-size: 10px;
}
#table {
max-width: 100%;
margin: 0;
}
#EventLocation {
font-size: 10px;
margin: 5px 5px 5px 50px;
}
#EventTime {
margin: 5px 5px 5px 80px;
}
.defaultinput {
font-size: 10px;
}
}