Skip to content

Commit 2e995e4

Browse files
committed
Ditch shadow II
1 parent 7ae7894 commit 2e995e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

stylesheets/stylesheet.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,14 @@ img {
147147
max-width: 739px;
148148
padding: 5px;
149149
margin: 10px 0 10px 0;
150+
/*
150151
border: 1px solid #ebebeb;
151-
152152
box-shadow: 0 0 5px #ebebeb;
153153
-webkit-box-shadow: 0 0 5px #ebebeb;
154154
-moz-box-shadow: 0 0 5px #ebebeb;
155155
-o-box-shadow: 0 0 5px #ebebeb;
156156
-ms-box-shadow: 0 0 5px #ebebeb;
157+
*/
157158
}
158159

159160
p img {
@@ -307,10 +308,10 @@ Full-Width Styles
307308

308309
#project_title {
309310
margin: 0;
310-
/* color: #fff; */
311+
color: #fff;
311312
font-size: 42px;
312313
font-weight: 700;
313-
/* text-shadow: #111 0px 0px 10px; */
314+
text-shadow: #111 0px 0px 10px;
314315
}
315316

316317
#project_tagline {

0 commit comments

Comments
 (0)