-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (40 loc) · 657 Bytes
/
style.css
File metadata and controls
51 lines (40 loc) · 657 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
48
49
50
51
@media only screen and (min-width: 1200px) {
model-viewer {
width: 350px;
height: 320px;
}
}
@media only screen and (min-width: 990px) {
model-viewer {
padding: 2%;
width: 360px;
height: 360px;
left: 0;
}
}
@media only screen and (max-width: 1200px) {
.row .col-sm-6{
float: right;
}
}
model-viewer {
width: 350px;
height: 320px;
left: 0;
}
h2 {
font-size: 3em !important;
font-weight: 600 !important;
color: #333333 !important;
text-align: center;
letter-spacing: 2px;
padding: 5%;
}
.pagination {
float: right;
display: block;
padding-top: 6%;
}
.intro {
padding-bottom: 2%;
}