9 lines
124 B
CSS
9 lines
124 B
CSS
.dot {
|
|
align-self: center;
|
|
border-radius: 50%;
|
|
height: 32px;
|
|
margin-left: auto;
|
|
margin-right: 0;
|
|
width: 32px;
|
|
}
|