1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-24 07:03:13 +01:00

website: btn fix

This commit is contained in:
Kushagra Gour 2018-02-04 00:54:31 +05:30
parent a2103ae679
commit 34d65effac

View File

@ -89,14 +89,14 @@
border: 2px solid #4569b1;
line-height: 2.5rem;
margin: 1rem 0;
width: 85%;
width: 80%;
}
.web-app-btn {
position: relative;
}
.web-app-btn:after {
content: 'New';
font-size: 1.1rem;
font-size: 1rem;
position: absolute;
background-color: #96b835;
padding: 0px 9px;