File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
src/portal/CloudHealthOffice.Portal Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 342342/* --- Responsive --- */
343343@media (max-width : 768px ) {
344344 .w-hero {
345- padding : 3 rem 1.5rem ;
345+ padding : 2 rem 1.5rem ;
346346 min-height : 0 ;
347347 }
348348
349349 .w-hero-logo {
350- width : 120px ;
350+ width : 80px ;
351+ margin-bottom : 1.25rem ;
352+ }
353+
354+ .w-hero-badge {
355+ font-size : 0.65rem ;
356+ letter-spacing : 2px ;
357+ padding : 4px 14px ;
358+ margin-bottom : 1rem ;
359+ }
360+
361+ .w-hero-sub {
362+ margin-bottom : 1.5rem ;
351363 }
352364
353365 .w-hero-cta {
Original file line number Diff line number Diff line change 263263app . MapGet ( "/health" , ( ) => Results . Ok ( new { status = "healthy" , timestamp = DateTime . UtcNow } ) )
264264 . WithMetadata ( new Microsoft . AspNetCore . Authorization . AllowAnonymousAttribute ( ) ) ;
265265
266+ app . MapControllers ( ) ;
266267app . MapRazorPages ( ) ;
267268app . MapBlazorHub ( ) ;
268269app . MapHub < ClaimsHub > ( "/hubs/claims" ) ;
You can’t perform that action at this time.
0 commit comments