mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 01:09:35 +05:30
(fixed): projects search result description taking more than one line
This commit is contained in:
@@ -1143,6 +1143,22 @@ video {
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
.max-w-full {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.max-w-\[70vw\] {
|
||||
max-width: 70vw;
|
||||
}
|
||||
|
||||
.max-w-\[50vw\] {
|
||||
max-width: 50vw;
|
||||
}
|
||||
|
||||
.max-w-\[45vw\] {
|
||||
max-width: 45vw;
|
||||
}
|
||||
|
||||
.origin-left {
|
||||
transform-origin: left;
|
||||
}
|
||||
@@ -1249,6 +1265,10 @@ video {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
.text-ellipsis {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.whitespace-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
@@ -2000,6 +2020,14 @@ video {
|
||||
width: 50vw;
|
||||
}
|
||||
|
||||
.md\:max-w-\[35vw\] {
|
||||
max-width: 35vw;
|
||||
}
|
||||
|
||||
.md\:max-w-\[30vw\] {
|
||||
max-width: 30vw;
|
||||
}
|
||||
|
||||
.md\:flex-row {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user