Template:Portal container/style.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 18: Line 18:
.portal-container-half{
.portal-container-half{
width:100%;
width:100%;
}
.portal-container{
max-height:0.8vh;
}
}
}
}

Revision as of 16:19, 3 November 2023

.portal-container{
	padding:10px;
	border:1px gray solid;
	border-radius:3px;
	max-height:600px;
	overflow:scroll;
}

.portal-container-half{
	width:49%;
}

.portal-container-full{
	width:100%;
}

@media only screen and (max-width:768px){
	.portal-container-half{
		width:100%;
	}
	.portal-container{
		max-height:0.8vh;
	}
}