restyle breadcrumbs
This commit is contained in:
parent
f15e3015be
commit
a921a8d923
2 changed files with 5 additions and 4 deletions
|
@ -155,8 +155,9 @@ footer {
|
|||
.breadcrumb-container {
|
||||
text-align: right;
|
||||
.breadcrumb {
|
||||
li + li::before {
|
||||
li::before {
|
||||
content: "/";
|
||||
padding: 0 3px;
|
||||
}
|
||||
background: transparent;
|
||||
margin-bottom: 3px;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Some info about my website, which clearly works well as you're using it right now!
|
||||
</p>
|
||||
<p>
|
||||
<a href="" class="btn btn-primary btn-block">More Info</a>
|
||||
<a href="{% url 'pages:about-website' %}" class="btn btn-primary btn-block">More Info</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -36,10 +36,10 @@
|
|||
<div class="caption">
|
||||
<h3>About Me</h3>
|
||||
<p>
|
||||
Some info about me. Although not very much
|
||||
Some info about me. Although not very much. Because Privacy!
|
||||
</p>
|
||||
<p>
|
||||
<a href="" class="btn btn-primary btn-block">More Info</a>
|
||||
<a href="{% url 'pages:about-me'%}" class="btn btn-primary btn-block">More Info</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue