nile/src/css/experience-display.css
Dunemask d24f39bff4
Some checks failed
Deploy Edge / deploy-edge (push) Failing after 2s
S3 Repo Backup / s3-repo-backup (push) Failing after 3s
[FEATURE] Updated Stylings
2024-08-09 20:17:57 -06:00

9 lines
181 B
CSS

.experience-display::before {
content: "";
position: absolute;
padding: 6px;
border: 2px solid #f3ac20;
border-radius: 50%;
margin-left: -28.8px;
margin-top: -16px;
}