mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fix: fit text inside the circle shape
GitOrigin-RevId: 81167ee6ebc281a7a403ff2fdc3b19f4cc91d6be
This commit is contained in:
parent
f64a97caca
commit
b063495200
1 changed files with 3 additions and 3 deletions
|
@ -87,9 +87,9 @@
|
|||
}
|
||||
}
|
||||
.circle-lg {
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
padding-top: 50px;
|
||||
height: 180px;
|
||||
padding: 70px 8px;
|
||||
width: 180px;
|
||||
}
|
||||
.circle-subtext {
|
||||
font-size: 1rem;
|
||||
|
|
Loading…
Reference in a new issue