Merge pull request 'Fixed badge posution' (#33) from fix_badge into master

This commit is contained in:
antilopa 2020-03-30 12:23:30 +00:00
commit 0c91b6dc3e
1 changed files with 4 additions and 4 deletions

View File

@ -673,16 +673,16 @@ ul#nav li a:hover .ul#nav li ul {
}
.service-badge {
position: relative;
position: absolute;
width: 120px;
top: -210px;
right: -180px;
top: 60px;
right: 40px;
font: 14px/40px Helvetica, Arial, sans-serif;
color: white;
text-align: center;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
text-indent: -1px;
letter-spacing: -1px;
letter-spacing: 0px;
background: #8eb726;
border-radius: 10px;
padding: 0 10px;