:정보 상자/styles.css

최근 편집: 2019년 3월 30일 (토) 12:15
낙엽1124 (토론 | 기여)님의 2019년 3월 30일 (토) 12:15 판 (틀:정보 상자(79570판)에서 분리 및 주제:Uwtsee8oywz9okeh 요청 반영)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.infobox {
  margin: 0 0 0.5em 0.5em;
  position: relative;
  clear: right;
  float: right;
  max-width: 300px;
}

.infobox th {
  white-space: nowrap
}

@media screen and (max-width: 480px) {
  .infobox {
    float: none;
    margin: 1rem auto;
  }
}