x x x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<style>
#title-text a {
	color: black;
}

.wiki-content a, .wiki-content a:link, .wiki-content a:visited, .wiki-content a:focus, .wiki-content a:hover, .wiki-content a:active {
	color: #113867 !important;
}

.rw_content_section #rw_main_column .rw_content {
	/* width: 70%; */
	color: black;
	margin-left: auto;
    margin-right: auto;
	line-height: 2.0;
	font-family: Raleway;
}

div#content {
/*
    background-image: url("https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/images/ESG+2020/dashboardBackground.jpg") !important;
    background-size: cover;
*/
}

div#main-content {
    width: 70%;
    background: unset !important;
    margin: auto;
}

.title {
	font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    padding-top: 50px;
}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
	.rw_content_section #rw_main_column .rw_content {
		width: 100%;
	}

	div#main-content {
		width: 85%;
	}
}
</style>


<div class="title">
	<div id="title-top">
		Entrepreneurship Sports Generation
	</div>
</div>

...