2b6a3244 by Jeff Balicki

fff

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 7d0cde82
...@@ -14369,7 +14369,7 @@ p { ...@@ -14369,7 +14369,7 @@ p {
14369 height: 768px; 14369 height: 768px;
14370 clear: both; 14370 clear: both;
14371 vertical-align: top; 14371 vertical-align: top;
14372 padding: 41px 27px 41px 22px; 14372 padding: 41px 27px 41px 12px;
14373 background-color: #F6F6F6; 14373 background-color: #F6F6F6;
14374 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137); 14374 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
14375 transition: 0.5s; 14375 transition: 0.5s;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
10 height: 768px; 10 height: 768px;
11 clear: both; 11 clear: both;
12 vertical-align: top; 12 vertical-align: top;
13 padding: 41px 27px 41px 22px; 13 padding: 41px 27px 41px 12px;
14 background-color: #F6F6F6; 14 background-color: #F6F6F6;
15 box-shadow: 0px 3px 6px #00000029; 15 box-shadow: 0px 3px 6px #00000029;
16 transition: 0.5s; 16 transition: 0.5s;
......