Added sass-cache to gitignore and few other bug fixes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
_site
|
||||
.sass-cache
|
||||
|
||||
Binary file not shown.
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<title>
|
||||
{% if page.title %}
|
||||
{{ page.title }} –
|
||||
{{ page.title }} —
|
||||
{% endif %}
|
||||
{{ site.name }}
|
||||
</title>
|
||||
|
||||
@ -116,6 +116,7 @@ header {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin-bottom: 30px;
|
||||
z-index: 100;
|
||||
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
|
||||
-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
|
||||
|
||||
@ -172,6 +172,7 @@ header {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin-bottom: 30px;
|
||||
z-index: 100;
|
||||
@include shadow();
|
||||
|
||||
img {
|
||||
|
||||
@ -240,7 +240,7 @@ layout: layout
|
||||
<h3>Ciby Chakravarthy</h3>
|
||||
</div>
|
||||
<div class="pure-u-1-5 person">
|
||||
<h3>Smrithi Vashisht</h3>
|
||||
<h3>Smriti Vashisth</h3>
|
||||
</div>
|
||||
<div class="pure-u-1-5 person">
|
||||
<h3>Akhil Gupta</h3>
|
||||
|
||||
Reference in New Issue
Block a user