Template:Cc-by-sa-layout/styles.css: Difference between revisions
Template page
More actions
m Protected "Template:Cc-by-sa-layout/styles.css": File licensing template: Stylesheets for file licensing template ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)) |
mNo edit summary |
||
| Line 2: | Line 2: | ||
clear: both; | clear: both; | ||
text-align: center; | text-align: center; | ||
justify-content: space-around; | justify-content: space-around; | ||
align-items: center; | align-items: center; | ||
Revision as of 16:54, 18 June 2022
.responsive-license-cc {
clear: both;
text-align: center;
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;
}
.rlicense-text div {
margin: 0.5em auto;
}
@media screen and (max-width: 640px) { /* For mobile devices */
.responsive-license-cc {
flex-flow: column;
}
.rlicense-text {
order: 1;
}
}