ca0f872d by Jeff Balicki

xxxx

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9866fe40
......@@ -15469,6 +15469,7 @@ p.intro {
font-size: 20px;
margin-top: -40px;
margin-left: 20px;
text-shadow: 2px 2px #1A3668;
}
.contest_name {
......@@ -15477,6 +15478,7 @@ p.intro {
top: 40px;
position: relative;
margin-left: 20px;
text-shadow: 2px 2px #1A3668;
}
.body-content {
......@@ -15485,6 +15487,9 @@ p.intro {
text-align: center;
padding: 20px;
}
.body-content img {
max-height: 700px;
}
.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button {
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{
font-size:20px;
margin-top:-40px;
margin-left:20px;
text-shadow: 2px 2px #1A3668;
}
.contest_name{
color:#fff;
......@@ -136,10 +137,14 @@ p{
top:40px;
position: relative;
margin-left:20px;
text-shadow: 2px 2px #1A3668;
}
.body-content {
margin: auto;
width: auto;
text-align: center;
padding: 20px;
img{
max-height: 700px;
}
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0044
Version: 1.2.0045
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......