Skip to content

Commit 8560254

Browse files
authored
Merge pull request #22 from gpotter2/master
More download methods
2 parents 82c7375 + 951b249 commit 8560254

File tree

2 files changed

+33
-9
lines changed

2 files changed

+33
-9
lines changed

css/button.css

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@
33
}
44
.button {
55
/* On index.md and download.md */
6-
background-color: #ECECEC;
7-
border: solid 2px #99AAB5;
8-
padding: 1em;
6+
background-color: #ECECEC;
7+
border: solid 2px #99AAB5;
8+
padding: 1em;
99
border-radius: 2px;
10-
text-align: center;
11-
font-family: 'Catamaran', sans-serif;
12-
font-size: 12pt;
13-
color: #000;
10+
text-align: center;
11+
font-family: 'Catamaran', sans-serif;
12+
font-size: 12pt;
13+
color: #000;
1414
flex: 1;
1515
display: flex;
1616
justify-content: center;
1717
align-items: center;
1818
text-decoration: none;
19-
margin-left: 2%;
19+
margin-left: 1%;
20+
margin-right: 1%;
2021
}
2122
.button:hover {
2223
background-color: #FFFFFF;
@@ -40,5 +41,5 @@
4041
margin-top: 1em;
4142
}
4243
.button:hover .button_text {
43-
color: #404040;
44+
color: #404040;
4445
}

0 commit comments

Comments
 (0)