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 f85b756..aa1a3f3 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 @@ -555,6 +555,10 @@ video { display: contents; } +.h-10 { + height: 2.5rem; +} + .h-14 { height: 3.5rem; } @@ -600,8 +604,21 @@ video { height: 100vh; } -.max-h-60 { - max-height: 15rem; +.max-h-20 { + max-height: 5rem; +} + +.max-h-56 { + max-height: 14rem; +} + +.min-h-fit { + min-height: -moz-fit-content; + min-height: fit-content; +} + +.min-h-\[350px\] { + min-height: 350px; } .w-16 { @@ -938,18 +955,6 @@ html { grid-column: 1 / -1; } - .md\:mr-0 { - margin-right: 0px; - } - - .md\:mr-8 { - margin-right: 2rem; - } - - .md\:mr-10 { - margin-right: 2.5rem; - } - .md\:flex { display: flex; } @@ -996,10 +1001,6 @@ html { min-width: max-content; } - .md\:max-w-full { - max-width: 100%; - } - .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } @@ -1052,18 +1053,6 @@ html { padding-right: 0.5rem; } - .md\:pr-8 { - padding-right: 2rem; - } - - .md\:pr-0 { - padding-right: 0px; - } - - .md\:pr-10 { - padding-right: 2.5rem; - } - .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; diff --git a/16-countries-page-from-api/src/main/resources/templates/country.html b/16-countries-page-from-api/src/main/resources/templates/country.html index 2676160..c0761d6 100644 --- a/16-countries-page-from-api/src/main/resources/templates/country.html +++ b/16-countries-page-from-api/src/main/resources/templates/country.html @@ -90,7 +90,7 @@ Germany @@ -126,7 +126,7 @@ Capital: - Berlin + Berlin @@ -167,7 +167,10 @@ -