diff --git a/index.html b/index.html index d8f0a64..ad57e2a 100644 --- a/index.html +++ b/index.html @@ -1,26 +1,28 @@

Optimizing software

+

Runtime performance measurement and optimization.

Feasibility studies

+

ML models and electrical prototypes.

Designing software

+

Software architecture and configuration.

diff --git a/main.css b/main.css index 16ab55f..7ef28f1 100644 --- a/main.css +++ b/main.css @@ -56,6 +56,9 @@ h1, h2, h3, h4, h5, h6 { margin-top: 0; padding-left: 1.25rem; } +.block p:first-of-type { + margin-top: 0.5rem; +} /* Small screens */ @media (max-width: 960px) { @@ -90,7 +93,7 @@ div.body, div.footer { } div.footer { - margin-top: 3.57vw; + margin-top: 7.14vw; margin-bottom: 7.14vw; text-align: center; } \ No newline at end of file