diff --git a/routes/css.cpp b/routes/css.cpp index 65ecaf1..d2da083 100644 --- a/routes/css.cpp +++ b/routes/css.cpp @@ -112,6 +112,7 @@ static const constexpr char css[] = R"EOF( .user-cover { width: 100%; height: 50vh; + object-fit: cover; margin-bottom: 1em; }