diff --git a/_sass/site/codeblock.scss b/_sass/site/codeblock.scss index 4303f0b..02ad5fe 100644 --- a/_sass/site/codeblock.scss +++ b/_sass/site/codeblock.scss @@ -3,6 +3,7 @@ pre { font-size: 12px; border: 1px #e1e4e8 solid; background-color: #f6f8fa; + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.19); } div.highlighter-rouge { diff --git a/_sass/site/page.scss b/_sass/site/page.scss index 40d3975..425ff18 100644 --- a/_sass/site/page.scss +++ b/_sass/site/page.scss @@ -138,4 +138,34 @@ blockquote:before { blockquote p { display: inline; font-style: italic; +} + +.twitter-tweet { + border-radius: 15px; + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.19); + + iframe { + padding: 0; + max-width:100%; + } +} + +.card-img-top{ + max-width:100%; + padding:0; +} + +.home-project:hover{ + box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.19); + transition: 0.15s; +} + +.list-group-item-action{ + transition: background 0.2s cubic-bezier(0, 0, 0.58, 1); +} + +.list-group-item-action:hover{ + // box-shadow: 0 4px 2px rgba(0, 0, 0, 0.19); + transition: background 0s; + } \ No newline at end of file diff --git a/index.html b/index.html index 45b48cc..d2fb999 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,6 @@ uses:
@@ -24,9 +23,7 @@ uses: