We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae7894 commit 2e995e4Copy full SHA for 2e995e4
stylesheets/stylesheet.css
@@ -147,13 +147,14 @@ img {
147
max-width: 739px;
148
padding: 5px;
149
margin: 10px 0 10px 0;
150
+/*
151
border: 1px solid #ebebeb;
-
152
box-shadow: 0 0 5px #ebebeb;
153
-webkit-box-shadow: 0 0 5px #ebebeb;
154
-moz-box-shadow: 0 0 5px #ebebeb;
155
-o-box-shadow: 0 0 5px #ebebeb;
156
-ms-box-shadow: 0 0 5px #ebebeb;
157
+*/
158
}
159
160
p img {
@@ -307,10 +308,10 @@ Full-Width Styles
307
308
309
#project_title {
310
margin: 0;
-/* color: #fff; */
311
+ color: #fff;
312
font-size: 42px;
313
font-weight: 700;
-/* text-shadow: #111 0px 0px 10px; */
314
+ text-shadow: #111 0px 0px 10px;
315
316
317
#project_tagline {
0 commit comments