Skip to content

Commit

Permalink
fix tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
Baxter Eaves committed Dec 16, 2024
1 parent dd77415 commit 056bf01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions sass/style0002.sass
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ a
position: relative
margin: 0 auto
padding: 0 1rem
overflow-x: hidden

@media screen and (max-width: $mobile)
padding: 0 0.5rem
Expand Down Expand Up @@ -249,9 +250,9 @@ div.person
#title
width: 100%
background-size: cover
// align-items: flex-start
background-color: rgba(255, 255, 255, 0.7)
background-blend-mode: lighten
padding-bottom: 1rem

h1
margin: 0
Expand Down Expand Up @@ -288,7 +289,6 @@ div.person

@media screen and (min-width: $small)
img
max-height: 600px
width: auto

@media screen and (max-width: $small) and (min-width: $mobile)
Expand Down Expand Up @@ -321,7 +321,9 @@ div.person

img
display: block
width: 100%
max-width: 100%
max-height: 50vh
margin: 0 auto

#img-container
display: block
Expand Down Expand Up @@ -424,8 +426,6 @@ div.post


#post-title
// max-width: 60rem
// margin: 0 auto
position: relative
display: grid
padding: 10rem 3rem
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!-- <h1>Automatically find, explain, and fix errors <span class="crimson">and their causes</span>.</h1> -->
<!-- <h1>A Machine Learning Powered Immune System For Your Business</h1> -->
<h1>
Healthy Data, Healthy Business: Your ML-Powered Quality Sentinel
Find, explain, and fix bad data &amp; the processes behind them
</h1>
<h2>
From detecting data errors and anomalies to diagnosing process inefficiencies, Plover continuously monitors your business operations via your data systems to automatically identify issues, and improve and maintain the health of your business.
Expand Down

0 comments on commit 056bf01

Please sign in to comment.