Files
MamieHenriette/webapp/static/css/style.css
2025-08-29 13:44:00 +02:00

17 lines
226 B
CSS

header nav img {
border-radius: 50%;
}
table th,
table td {
text-align: left;
vertical-align: top;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
max-width: 250px;
}
a.icon {
text-decoration: none;
}