mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-21 19:42:52 +00:00
Added some nice shadows
This commit is contained in:
parent
8c7a01a269
commit
631da009b5
1 changed files with 1 additions and 3 deletions
|
@ -69,9 +69,6 @@ li {
|
||||||
list-style-position: outside;
|
list-style-position: outside;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.test-border {
|
|
||||||
border: 1px solid #000;
|
|
||||||
}
|
|
||||||
.main {
|
.main {
|
||||||
padding: 0px 40px 40px 40px;
|
padding: 0px 40px 40px 40px;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
@ -138,6 +135,7 @@ li {
|
||||||
}
|
}
|
||||||
.img-responsive {
|
.img-responsive {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
.intro {
|
.intro {
|
||||||
font-size: 8em;
|
font-size: 8em;
|
||||||
|
|
Loading…
Reference in a new issue