Migrate to pyproject.toml

This commit is contained in:
Sergio Costas 2024-08-22 00:14:24 +02:00
parent 20c4fdbeb8
commit 31a6da7f01
98 changed files with 155 additions and 402 deletions

View file

@ -1,37 +0,0 @@
body {
background-color: #F0F0FF;
width: 1280px;
margin-left: auto;
margin-right: auto;
}
p,li {
font-size: 120%;
}
p.title {
text-align: center;
font-size: 200%;
font-weight: bold;
}
p.subtitle {
text-align: center;
font-size: 150%;
}
p.section {
text-align: left;
font-size: 140%;
font-weight: bold;
}
div.picture {
text-align: center;
width: 100%;
}
p.foot {
text-align: center;
font-size: 100%;
font-weight: bold;
}