mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-13 22:05:21 +02:00
website: btn fix
This commit is contained in:
parent
a2103ae679
commit
34d65effac
@ -89,14 +89,14 @@
|
|||||||
border: 2px solid #4569b1;
|
border: 2px solid #4569b1;
|
||||||
line-height: 2.5rem;
|
line-height: 2.5rem;
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
width: 85%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
.web-app-btn {
|
.web-app-btn {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.web-app-btn:after {
|
.web-app-btn:after {
|
||||||
content: 'New';
|
content: 'New';
|
||||||
font-size: 1.1rem;
|
font-size: 1rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #96b835;
|
background-color: #96b835;
|
||||||
padding: 0px 9px;
|
padding: 0px 9px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user