Browse Source

Make button float correctly

pull/1/head
Ravi Shah 5 years ago
parent
commit
6391723514
  1. 3
      static/styles.css

3
static/styles.css

@ -34,13 +34,14 @@ a.none {
a.overridefloat { a.overridefloat {
float: none; float: none;
color: black;
text-align: center; text-align: center;
padding: 12px; padding: 12px;
text-decoration: none; text-decoration: none;
font-size: 18px; font-size: 18px;
line-height: 25px; line-height: 25px;
border-radius: 4px; border-radius: 4px;
background-color: dodgerblue;
color: white;
} }
a.text { a.text {

Loading…
Cancel
Save