Style fixes

This commit is contained in:
2024-05-06 02:20:53 +02:00
parent a9335f07a3
commit c1effa216c
2 changed files with 18 additions and 12 deletions

View File

@@ -1,7 +1,5 @@
<div align="center" style="text-align:center;">
<h1>Welcome! <img height="28" style="height:1em;" src="./resources/wave.gif"></h1>
<p>I'm Marvin M.Sc. student, fullstack developer and creator of <a href="https://masterychart.com">Mastery Chart</a>.<br>Located in Baden-Württemberg, Germany <img height="16" style="height:1em;" src="https://marvinscham.de/assets/img/lang/de.png">.</p>
</div>
<h1 align="center" style="text-align:center;">Welcome! <img height="28" style="height:1em;" src="https://raw.githubusercontent.com/marvinscham/marvinscham/main/resources/wave.gif"></h1>
<p align="center" style="text-align:center;">I'm Marvin M.Sc. student, fullstack developer and creator of <a href="https://masterychart.com">Mastery Chart</a>.<br>Located in Baden-Württemberg, Germany <img height="16" style="height:1em;" src="https://marvinscham.de/assets/img/lang/de.png">.</p>
{# Derived from https://github.com/thmsgbrt/thmsgbrt #}
<h2>🛠 Tools I use</h2>
@@ -62,3 +60,8 @@
<p align="center" style="text-align:center;">Last update: {{ last_update }}</p>
<p align="center" style="text-align:center;"><a href="https://github.com/marvinscham/marvinscham/actions/workflows/metrics.yml"><img src="https://github.com/marvinscham/marvinscham/actions/workflows/metrics.yml/badge.svg" alt="Update README"></a> <img alt="made with ♥" src="https://img.shields.io/badge/made_with-%E2%99%A5-663399?style=flat&labelColor=%23343B41"></p>
<style>
img {
display: inline-block;
}
</style>