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 {
|
.breadcrumb-container {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
li + li::before {
|
li::before {
|
||||||
content: "/";
|
content: "/";
|
||||||
|
padding: 0 3px;
|
||||||
}
|
}
|
||||||
background: transparent;
|
background: transparent;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
Some info about my website, which clearly works well as you're using it right now!
|
Some info about my website, which clearly works well as you're using it right now!
|
||||||
</p>
|
</p>
|
||||||
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -36,10 +36,10 @@
|
||||||
<div class="caption">
|
<div class="caption">
|
||||||
<h3>About Me</h3>
|
<h3>About Me</h3>
|
||||||
<p>
|
<p>
|
||||||
Some info about me. Although not very much
|
Some info about me. Although not very much. Because Privacy!
|
||||||
</p>
|
</p>
|
||||||
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue