diff --git a/src/App/App.css b/src/App/App.css index 3400610a3e40944f6fa7834ef9784dd46cac3dd2..e8319ff5877bd42cd9597ce68177513f9b96f2af 100644 --- a/src/App/App.css +++ b/src/App/App.css @@ -662,7 +662,11 @@ img .middle{ .img-round{ border-radius: 50%; - max-width: 80%; + width: 100px; + height: 100px; + max-height: 12vh; + max-width: 12vh; + object-fit: cover !important; } .img-cube{ max-width: 80%; diff --git a/src/App/Timelines.css b/src/App/Timelines.css index 4fee0e6e27c0186d189f92636f7f1abe367d5b04..da676b4c4ec054bbcff27d51a5e6863fe105e073 100644 --- a/src/App/Timelines.css +++ b/src/App/Timelines.css @@ -119,10 +119,11 @@ border-color: transparent transparent transparent white; /* Card layout */ .timeline ol li .timeline-item { + height: 250px; min-height: 310%; position: absolute; left: calc(100% + 7px); - width: 280px; + width: 350px; padding: 15px; font-size: 0.9rem; white-space: normal;