Skip to content

Commit 3fb6388

Browse files
authored
Image.css Responsive
Added Responsive to image page
1 parent 0f3cde5 commit 3fb6388

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

server/static/css/image.css

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ body {
22
background-color: #16161a;
33
color: #fffffe;
44
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
5-
padding-top: 5vh
65
}
76

87
img {
98
box-shadow: 0px 0px 8px 4px #7f5af0;
109
border-radius: 10px;
11-
margin-left: 10px;
12-
margin-right: 10px;
13-
}
10+
max-width: 80%;
11+
max-height: 80vh;
12+
width: auto; height: auto;
13+
margin: 5vh 5%;
14+
margin-top: 10vh;
15+
object-fit: contain;
16+
}

0 commit comments

Comments
 (0)