hr { height: 1px; /* adjust the height to reduce the line thickness */ width: 50%; /* adjust the width to reduce the line length */ } /*#hero .social-links .bx { font-size: 92px;*/ } #circle { background: #f00; width: 100px; height: 100px; border-radius: 50%; } .circle { border-radius: 50%; width: 170px; height: 170px; padding: 10px; background: #000; border: 3px solid #000; color: #FFF; text-align: center; font: 32px "clearface_gothic_lh45_light", sans-serif; margin-left: auto; margin-right: auto; } /*modal alpine*/ [x-cloak] { display: none; } .duration-300 { transition-duration: 300ms; } .ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1); } .ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); } .scale-90 { transform: scale(.9); } .scale-100 { transform: scale(1); }