Style
Some checks failed
/ build (push) Failing after 14s
/ test (push) Successful in 5s

This commit is contained in:
phil 2025-01-13 17:01:11 +01:00
parent 831ea063c1
commit d8c9546c62
2 changed files with 16 additions and 10 deletions

View file

@ -4,7 +4,7 @@
<style>
body {
font-family: Arial, Helvetica, sans-serif;
background-color: antiquewhite;
background-color: floralwhite;
}
h1 {
text-align: center;
@ -29,8 +29,7 @@
justify-content: center;
}
.user-info {
padding: 1em;
margin: 1em 0;
padding: 0.5em;
display: flex;
gap: 0.5em;
flex-direction: column;
@ -39,6 +38,7 @@
margin: 5px auto;
box-shadow: 0px 0px 10px lightgreen;
background-color: lightgreen;
border-radius: 8px;
}
.user-info * {
flex: 2 1 auto;