gemini-resume-checker/static/css/style.css
2025-02-12 01:05:18 +07:00

20 lines
335 B
CSS

.loading-spinner {
display: none;
text-align: center;
margin-top: 20px;
}
.score-container {
display: flex;
align-items: center;
gap: 10px;
margin-top: 20px;
}
.score-container canvas {
width: 80px !important;
height: 80px !important;
}
.score-text {
font-size: 1.2rem;
font-weight: bold;
}