Update static/css/style.css
Browse files- static/css/style.css +12 -1
static/css/style.css
CHANGED
@@ -91,4 +91,15 @@ button:hover {
|
|
91 |
font-size: 1.5em;
|
92 |
color: #007bff;
|
93 |
margin-top: 20px;
|
94 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
font-size: 1.5em;
|
92 |
color: #007bff;
|
93 |
margin-top: 20px;
|
94 |
+
}
|
95 |
+
.image-frame {
|
96 |
+
border: 2px solid #ccc;
|
97 |
+
padding: 10px;
|
98 |
+
display: inline-block;
|
99 |
+
margin-top: 20px;
|
100 |
+
}
|
101 |
+
|
102 |
+
#captured-image {
|
103 |
+
max-width: 100%;
|
104 |
+
height: auto;
|
105 |
+
}
|