Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Cc-by-sa-layout/styles.css

Template page
Revision as of 13:37, 18 June 2022 by commons>Kwj2772 (Preparing the CSS for responsive design of license templates)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.responsive-license-cc {
    clear: both; 
    text-align: center;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    margin: 0.5em auto;
    background-color: #f9f9f9;
    border: 2px solid #e0e0e0;
    border-spacing: 8px;
    display: flex;
}
.responsive-license-cc div {
	margin: 4px;
}
@media screen and (max-width: 640px) {
	.responsive-license-cc {
		flex-flow: column;
	}
	.rlicense-text {
		order: 1;
	}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.