Template:Styles/Default.css: Difference between revisions
Content deleted Content added
hiding non-recurring methods on monthly and annual |
using max-width for footer |
||
(4 intermediate revisions by the same user not shown) | |||
Line 214:
align-items: center;
flex-wrap: wrap;
text-align: center;
height: 50px;
padding: 0 2px;
Line 219 ⟶ 220:
font-family: inherit;
font-weight: 500;
line-height: 1.2;
cursor: pointer;
transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
Line 453 ⟶ 455:
#donate-footer {
width: 100%;
text-align: left;
line-height: 1.4;
}
#donate-footer > div {
margin-bottom:
▲ font-size: 12px;
}
Line 472:
margin: 0;
text-align: center;
font-size: 15px;
}
Line 583 ⟶ 584:
#form-wrapper {
padding: 16px;
}▼
#donate-footer {▼
▲ margin: 24px 0 0 0;
}
Line 614 ⟶ 609:
#content {
padding: 140px 8px 8px 8px;
▲ }
▲ #donate-footer {
max-width: 380px;
}
|