x 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>
button{
	color: white!important;
}
div.sidebar-container{
    padding: 0!important;
    width: 100%!important;
    background: #333!important;
}

div.info-wrapper {
    padding: 35px 25px!important;
}

div.general-image-wrapper{    
    width: 300px!important;
    margin: 10px!important;
    box-sizing: border-box!important;
}
#profile_header_container #profile_header_text{
	height: auto!important;
}

.custom-card-container .image-container img{
	width: 200px!important;
	height: 200px!important;
	border-radius: 0px;
}

.custom-card-container .card-text-container .card-title{
	text-align: left;
}

.custom-card-container .card-text-container{
	width: 100%;
}


#main-content{
	background: #eee!important;
}

</style>

...