修正
This commit is contained in:
@@ -29,10 +29,17 @@
|
||||
padding: 20px;
|
||||
background: #fff;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.card h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
.card p:last-child {
|
||||
margin-top: auto;
|
||||
margin-bottom: 0;
|
||||
padding-top: 12px;
|
||||
}
|
||||
.btn {
|
||||
display: inline-block;
|
||||
padding: 10px 14px;
|
||||
@@ -40,6 +47,7 @@
|
||||
background: #007bff;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
header {
|
||||
max-width: 980px;
|
||||
|
||||
Reference in New Issue
Block a user