diff --git a/styles.css b/styles.css index 53a2837..c87af11 100644 --- a/styles.css +++ b/styles.css @@ -126,6 +126,8 @@ .photos img { width: 50%; margin-bottom: 5px; + border-radius: 4px; + border: 1px solid #9b9da2; } #photos-page { @@ -177,13 +179,15 @@ .weather-description .weather-degrees { font-size: 2em; font-weight: 600; + text-align: center; } .weather-description .weather-where{ font-size: 1.3em; + text-align: center; } .weather-icon { object-fit: contain; - height: 160px; + height: 130px; }