Skip to content

Commit 63016df

Browse files
committed
cosmetics
1 parent 2996c7d commit 63016df

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

cl-bunny/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ <h1 class="button-inside">CL-BUNNY - Common Lisp RabbitMQ client
2424
(sleep 1)))
2525
{% endhighlight %}
2626

27+
<br>
2728
<a href="/" class="btn large">Documentation</a>
2829
<a href="/cl-bunny/tutorials" class="btn large">Tutorials</a>
2930
</div>

style/style.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style/style.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ section.central{
103103
.content{
104104
padding: 40px 0;
105105
&.homepage{
106-
padding: 200px 0;
106+
padding: 100px 0;
107107

108108
.btn{
109109
margin-right: 10px;
@@ -278,7 +278,7 @@ h1.button-inside{
278278
padding-right: 210px;
279279
position: relative;
280280
padding: 7px 210px 0 0;
281-
margin-bottom: 40px
281+
margin-bottom: 50px
282282
}
283283
h1.button-inside .btn{
284284
position: absolute;

0 commit comments

Comments
 (0)