Skip to content

Commit cd3f810

Browse files
applied min height to html doc and increased baseline font size of p
1 parent 5cf7d94 commit cd3f810

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ For this project, I used Python to perform analysis on a climate database before
44

55
<img src="presentation/thumbnail.webp" width="650">
66

7+
[View the web application](https://hawaii-climate-data-api.theodoremoreland.dev/)
8+
79
_This project was for an assignment at Washington University's Data Analytics Boot Camp (2019)._
810

911
## Table of contents

application/static/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ html {
2020
padding: 0;
2121
margin: 0;
2222
font-family: custom-regular, sans-serif;
23+
min-height: 700px;
2324
height: 100%;
2425
width: 100%;
2526
}
@@ -175,7 +176,7 @@ p {
175176
}
176177

177178
p {
178-
font-size: 0.85rem;
179+
font-size: 0.9rem;
179180
font-family: custom-regular;
180181
margin: 0;
181182
padding: 7px 15px;

0 commit comments

Comments
 (0)