mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 14:50:34 +01:00
14 lines
191 B
CSS
14 lines
191 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;
|
|
}
|