removed border from 404 image
This commit is contained in:
parent
8a330867cd
commit
73e5536a37
2 changed files with 5 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
{{ page.content | markdownify }}
|
{{ page.content | markdownify }}
|
||||||
|
|
||||||
<img class="img-responsive center-block" src="{{site.baseurl}}{{ site.404-img }}" alt="">
|
<img class="img-responsive center-block fourofour" src="{{site.baseurl}}{{ site.404-img }}" alt="">
|
||||||
|
|
||||||
{% include social-buttons.html %}
|
{% include social-buttons.html %}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -415,3 +415,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* END Style for swipe instruction section */
|
/* END Style for swipe instruction section */
|
||||||
|
|
||||||
|
.fourofour {
|
||||||
|
border: 1px solid $dark !important;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue