mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 23:10:36 +01:00
17 lines
226 B
CSS
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;
|
|
} |