| 1 |
.wpupg-badge { |
| 2 |
background: #ffffff url(../img/icon_128.png) no-repeat; |
| 3 |
background-position: center 20px; |
| 4 |
-webkit-background-size: 128px 128px; |
| 5 |
background-size: 128px 128px; |
| 6 |
color: #333; |
| 7 |
font-size: 14px; |
| 8 |
text-align: center; |
| 9 |
font-weight: 600; |
| 10 |
margin: 5px 0 0; |
| 11 |
padding-top: 155px; |
| 12 |
height: 25px; |
| 13 |
display: inline-block; |
| 14 |
width: 150px; |
| 15 |
text-rendering: optimizeLegibility; |
| 16 |
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); |
| 17 |
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); } |
| 18 |
|
| 19 |
.about-wrap .wpupg-badge { |
| 20 |
position: absolute; |
| 21 |
top: 0; |
| 22 |
right: 0; } |
| 23 |
|
| 24 |
@media only screen and (max-width: 500px) { |
| 25 |
.about-wrap .wpupg-badge { |
| 26 |
position: relative; |
| 27 |
margin-bottom: 1.5em; |
| 28 |
width: 100%; } } |
| 29 |
|