Skip to content

Commit 9173b83

Browse files
update stylesheet
1 parent 088d71d commit 9173b83

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

style.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,9 @@ main {
137137
}
138138

139139
.certificate {
140+
position: relative;
140141
width: 70%;
141-
min-height: 550px;
142+
min-height: 300px;
142143
float: left;
143144
margin-right: 30px;
144145
border: 1px solid #ccc;
@@ -152,10 +153,14 @@ main {
152153
}
153154

154155
#error-message {
155-
padding: 50px 10px;
156+
position: absolute;
157+
width: 85%;
156158
text-align: center;
157159
font-size: 20px;
158160
line-height: 200%;
161+
top: 20px;
162+
left: 50%;
163+
transform: translateX(-50%);
159164
}
160165

161166
.dialog .close {

0 commit comments

Comments
 (0)