-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwebapp.css
More file actions
91 lines (84 loc) · 1.29 KB
/
webapp.css
File metadata and controls
91 lines (84 loc) · 1.29 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
html{
min-height: 100%;
}
section {
padding: 30px 0;
}
#main{
font-size:20px;
}
.tab-content{
font-family: 'Montserrat', sans-serif;
padding: 30px 2px 0 2px;
}
#main-tab{
opacity: 0.7;
padding: 0 5px 0 5px;
font-size: 20px;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
border-radius: 15px;
}
.nav-tabs > li.active > a {
color: #3c5a78;
font-size: 16px;
}
.nav-tabs> li > a:hover {
color: black;
}
.popover-content{
color: #000000 !important;/*black color*/
}
#content{
padding: 0 5px 0 5px;
}
#sel{
font-family: 'Staatliches', cursive;
font-size: 80px;
font-weight: medium;
}
.event-btn{
margin: 0 auto;
max-width: 800px;
max-height: 300px;
text-align: center;
flex-direction: column;
display: flex;
}
.btn-contents{
display:inline-block;
}
#logo{
display:flex;
margin: 0 auto;
}
img{
align-self: center;
width:auto;
max-width: 250px !important;
max-height: 200px;
}
.text-center{
width: 15%;
margin-top: 30px;
margin-left: 10px;
}
@media only screen and (max-width: 768px) {
.table{
font-size:15px !important;
}
.text-center{
width: 40%;
margin-left: 10px;
}
#sel{
font-size: 45px;
}
.event-btn{
max-width: 200px;
}
img{
max-width: 150px !important;
max-height: 100px;
}
}