-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
41 lines (38 loc) · 851 Bytes
/
styles.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
.modal-xl {
max-width: 900px !important;
max-height: 500px !important;
}
#video{
transform: rotateY(180deg);
-webkit-transform:rotateY(180deg); /* Safari and Chrome */
-moz-transform:rotateY(180deg); /* Firefox */
}
@media only screen and (max-width: 540px) {
canvas{
height: 75% !important;
}
.font-weight-normal{
text-align: center !important;
}
nav{
display: none !important;
}
#signupImage{
display: none !important;
}
#registerForm{
flex: none !important;
max-width: 100% !important;
flex-basis: unset !important;
}
.row{
display:block !important;
}
.card-body{
border:none !important;
padding:none !important;
}
}
.card-body{
padding:none !important;
}