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 8a693fb commit ae61876Copy full SHA for ae61876
css/style.css
@@ -155,22 +155,21 @@ footer {
155
156
.popup .popuptext {
157
visibility: hidden;
158
- width: 160px;
+ width: 20rem;
159
background-color: rgb(51, 51, 51);
160
color: #ffffff;
161
text-align: center;
162
- border-radius: 6px;
163
- padding: 8px 0;
+ border-radius: .5rem;
+ padding: .7rem 0;
164
position: absolute;
165
z-index: 1;
166
bottom: 125%;
167
- left: 50%;
168
- margin-left: -80px;
+ left: 17%;
+ margin-left: -75px;
169
}
170
171
.popup .show {
172
visibility: visible;
173
- -webkit-animation: fadeIn 2s;
174
animation: fadeIn 2s;
175
176
0 commit comments