Template:Link box/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
.link-box {
  width: 280px;
  margin: 4px 0 4px 1em;
  padding: 3px;
  column-gap: 3px;
  border: 1px solid #aaa;
  display: flex;
  flex-flow: row nowrap;
  float: right;
  clear: right;
  background-color: #f9f9f9;
  font-size: 90%;
}
.link-box-image {
  flex: none;
}
.link-box-text {
  flex: auto;
}
@media (max-width:720px) {
  .link-box {
    float: none;
    clear: both;
    margin:4px auto;
    width: auto;
  }
}