forked from psocbitmesra/psocbitmesra.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGallery.css
More file actions
36 lines (33 loc) · 669 Bytes
/
Gallery.css
File metadata and controls
36 lines (33 loc) · 669 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
.u-section-1 .u-sheet-1 {
min-height: 500px;
}.u-section-2 .u-sheet-1 {
min-height: 500px;
}
@media screen and (min-width: 980px) /* Desktop */ {
a img{
width: 25%;
height: 350px;
/* height: 100%; */
padding: 0.5%;
border-radius: 10% 10% 10% 10%;
/* float:left; */
}
}
@media screen and (max-width: 979px) /* Tablet */ {
a img{
width: 50%;
height: 400px;
/* height: 100%; */
padding: 2%;
border-radius: 10% 10% 10% 10%;
}
}
@media screen and (max-width: 500px) /* Mobile */ {
a img{
width: 100%;
height: 400px;
/* height: 100%; */
margin-bottom: 3%;
border-radius: 10% 10% 10% 10%;
}
}