Jump to content

MediaWiki:Common.css: Difference between revisions

From Scampsopedia
No edit summary
No edit summary
Line 11: Line 11:


.scamp-button > p > a {  
.scamp-button > p > a {  
  background-image: none;
   text-align: center;
   text-align: center;
   flex: 1;
   flex: 1;
}
.scamp-button > p > a.external {
  background-image: none;
}
}

Revision as of 22:39, 6 January 2026

.scamp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.scamp-button > p {
  display: contents;
  margin: 0;
}

.scamp-button > p > a { 
  text-align: center;
  flex: 1;
}

.scamp-button > p > a.external {
  background-image: none;
}