Files
news_link/static/styles.css
dsyoon d5174d5835 feat: 뉴스 링크 저장/조회 웹앱 추가
- Flask 기반 UI 및 /links API 구현
- 30개 단위 페이지네이션 + 무한 스크롤 적용
- 메타데이터(제목/요약/이미지) 추출 및 캐시 적용

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-07 16:28:39 +09:00

22 lines
293 B
CSS

body {
background: #f8f9fb;
}
.floating-btn {
position: fixed;
right: 24px;
bottom: 24px;
width: 56px;
height: 56px;
font-size: 32px;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
}
.card-img-top {
height: 180px;
object-fit: cover;
}