This commit is contained in:
sairaj mote 2023-07-02 22:16:42 +05:30
parent d90608d8eb
commit e5c4c0dc65

View File

@ -70,14 +70,9 @@
.info-table tr>td:first-child{
white-space: nowrap
}
.ellipsis{
td.ellipsis{
max-width: 50vw;
}
@media (max-width: 720px) {
.ellipsis{
max-width: 280px;
}
}
@media (min-width: 720px) {
header nav{
grid-template-columns: auto 1fr auto;
@ -86,6 +81,9 @@
#wrap{
margin-top: 4rem;
}
td.ellipsis{
max-width: 280px;
}
}
</style>
</head>