We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902eb0d commit 12e6b07Copy full SHA for 12e6b07
2 files changed
assets/sass/layout.scss
@@ -140,16 +140,6 @@ aside {
140
p {
141
margin-bottom: 0;
142
}
143
-
144
- a.button {
145
- padding: .5rem;
146
- background: var(--orange);
147
- color: white;
148
- display: inline-block;
149
- margin-top: .5rem;
150
- border-radius: .5rem;
151
- }
152
153
154
155
img {
content/learn/_index.html
@@ -20,10 +20,6 @@ <h3> Pro Git Book </h3>
20
Print copies are available on <a
21
href="https://www.amazon.com/Pro-Git-Scott-Chacon/dp/1484200772?ie=UTF8&camp=1789&creative=9325&creativeASIN=1430218339&linkCode=as2&tag=git-sfconservancy-20">Amazon.com</a>.
22
</p>
23
24
- <p>
25
- <a class="button" href="{{< relurl "book">}}">Read the book! </a>
26
- </p>
27
</div>
28
29
<div class="callout icon video">
0 commit comments