mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
17 lines
251 B
Text
17 lines
251 B
Text
|
.circle-img {
|
||
|
border-radius: 50%;
|
||
|
float: left;
|
||
|
// float: right;
|
||
|
height: 100px;
|
||
|
overflow: hidden;
|
||
|
position: relative;
|
||
|
max-width: 100px;
|
||
|
img {
|
||
|
display: inline;
|
||
|
margin: 0 auto;
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
.blockquote-with-img {
|
||
|
margin-left: 115px;
|
||
|
}
|