1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

feat: add Locale switch to Curriculum Vitae (not visible in print mode)

This commit is contained in:
2024-08-01 00:48:22 +02:00
parent da4b483a3c
commit b199aedf77
4 changed files with 10 additions and 9 deletions

View File

@ -172,9 +172,6 @@ code .line:last-child {
border: 0;
border-top: 1px solid #eee;
}
p {
margin: 0;
}
a {
color: #337ab7;
text-decoration: none;
@ -229,10 +226,6 @@ code .line:last-child {
list-style: none;
}
ul {
padding-inline-start: 20px;
}
.card-wrapper {
float: none !important;
padding: 5px;