ca0f872d by Jeff Balicki

xxxx

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9866fe40
...@@ -15469,6 +15469,7 @@ p.intro { ...@@ -15469,6 +15469,7 @@ p.intro {
15469 font-size: 20px; 15469 font-size: 20px;
15470 margin-top: -40px; 15470 margin-top: -40px;
15471 margin-left: 20px; 15471 margin-left: 20px;
15472 text-shadow: 2px 2px #1A3668;
15472 } 15473 }
15473 15474
15474 .contest_name { 15475 .contest_name {
...@@ -15477,6 +15478,7 @@ p.intro { ...@@ -15477,6 +15478,7 @@ p.intro {
15477 top: 40px; 15478 top: 40px;
15478 position: relative; 15479 position: relative;
15479 margin-left: 20px; 15480 margin-left: 20px;
15481 text-shadow: 2px 2px #1A3668;
15480 } 15482 }
15481 15483
15482 .body-content { 15484 .body-content {
...@@ -15485,6 +15487,9 @@ p.intro { ...@@ -15485,6 +15487,9 @@ p.intro {
15485 text-align: center; 15487 text-align: center;
15486 padding: 20px; 15488 padding: 20px;
15487 } 15489 }
15490 .body-content img {
15491 max-height: 700px;
15492 }
15488 15493
15489 .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button { 15494 .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button {
15490 text-transform: uppercase !important; 15495 text-transform: uppercase !important;
......
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.
...@@ -129,6 +129,7 @@ p{ ...@@ -129,6 +129,7 @@ p{
129 font-size:20px; 129 font-size:20px;
130 margin-top:-40px; 130 margin-top:-40px;
131 margin-left:20px; 131 margin-left:20px;
132 text-shadow: 2px 2px #1A3668;
132 } 133 }
133 .contest_name{ 134 .contest_name{
134 color:#fff; 135 color:#fff;
...@@ -136,10 +137,14 @@ p{ ...@@ -136,10 +137,14 @@ p{
136 top:40px; 137 top:40px;
137 position: relative; 138 position: relative;
138 margin-left:20px; 139 margin-left:20px;
140 text-shadow: 2px 2px #1A3668;
139 } 141 }
140 .body-content { 142 .body-content {
141 margin: auto; 143 margin: auto;
142 width: auto; 144 width: auto;
143 text-align: center; 145 text-align: center;
144 padding: 20px; 146 padding: 20px;
147 img{
148 max-height: 700px;
149 }
145 } 150 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.2.0044 8 Version: 1.2.0045
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......