We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088d71d commit 9173b83Copy full SHA for 9173b83
style.css
@@ -137,8 +137,9 @@ main {
137
}
138
139
.certificate {
140
+ position: relative;
141
width: 70%;
- min-height: 550px;
142
+ min-height: 300px;
143
float: left;
144
margin-right: 30px;
145
border: 1px solid #ccc;
@@ -152,10 +153,14 @@ main {
152
153
154
155
#error-message {
- padding: 50px 10px;
156
+ position: absolute;
157
+ width: 85%;
158
text-align: center;
159
font-size: 20px;
160
line-height: 200%;
161
+ top: 20px;
162
+ left: 50%;
163
+ transform: translateX(-50%);
164
165
166
.dialog .close {
0 commit comments