Template:UnnewsLanguages/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
.unnews-fo-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 1em;
  margin: 0.8em;
}
.unnews-fo-item {
  text-align: center;
}
.unnews-fo-logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border:1px solid #eee;
  padding: 2px;
}
.unnews-fo-title {
  font-weight:bold;
}
.unnews-fo-lang {
  font-size: 88%;
  font-style: italic;
}