Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.com>2017-03-13 13:07:26 +0300
committerVicky <vicky@vickylai.com>2017-03-13 13:07:26 +0300
commit631da009b591b257c75c778fb39ed25d5adfe764 (patch)
tree0e6653329ec2557edfffa15e02a1618dc98aac34 /static
parent8c7a01a2699a4e3d33da9188d49400329fea6e7c (diff)
Added some nice shadows
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/static/css/main.css b/static/css/main.css
index bb72edb..484c64e 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -69,9 +69,6 @@ li {
list-style-position: outside;
margin-left: 0;
}
-.test-border {
- border: 1px solid #000;
-}
.main {
padding: 0px 40px 40px 40px;
width: 80%;
@@ -138,6 +135,7 @@ li {
}
.img-responsive {
border-radius: 5px;
+ box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.intro {
font-size: 8em;