diff --git a/16-countries-page-from-api/src/main/resources/public/output.css b/16-countries-page-from-api/src/main/resources/public/output.css index 0f74e03..27007a9 100644 --- a/16-countries-page-from-api/src/main/resources/public/output.css +++ b/16-countries-page-from-api/src/main/resources/public/output.css @@ -635,6 +635,10 @@ video { height: 1.25rem; } +.max-h-60 { + max-height: 15rem; +} + .w-16 { width: 4rem; } @@ -876,6 +880,11 @@ video { padding-right: 1.25rem; } +.px-7 { + padding-left: 1.75rem; + padding-right: 1.75rem; +} + .pb-8 { padding-bottom: 2rem; } diff --git a/16-countries-page-from-api/src/main/resources/templates/index.html b/16-countries-page-from-api/src/main/resources/templates/index.html index dda44e6..a191adc 100644 --- a/16-countries-page-from-api/src/main/resources/templates/index.html +++ b/16-countries-page-from-api/src/main/resources/templates/index.html @@ -66,7 +66,7 @@