틀:변화의 시대/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
35번째 줄: 35번째 줄:
     margin-top: -3px;
     margin-top: -3px;
     margin-bottom: 10px;
     margin-bottom: 10px;
     font-size: 8pt;
     font-size: 8.5pt;
     letter-spacing: -0.3px;
     letter-spacing: -0.3px;
}
}
}
}

2023년 7월 19일 (수) 13:35 판

/* 배너 */
 .banner {
    background: #00F1BA;
    color: #252525;
    padding: 20px;
    font-size: 9pt;
    text-align: center;
    width: 100%;
}

/* 문구 */
 .text {
    text-align: center;
    background: white;
    color: #252525;
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 9pt;
}

@media screen and (max-width: 768px) {
 .banner {
    background: #00F1BA;
    color: #252525;
    padding: 20px;
    font-size: 8pt;
    text-align: center;
    width: 100%;
}

 .text {
    text-align: center;
    background: white;
    color: #252525;
    margin-top: -3px;
    margin-bottom: 10px;
    font-size: 8.5pt;
    letter-spacing: -0.3px;
}
}