mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-16 16:13:59 -06:00
Disable word hyphenation on md+ screens
This commit is contained in:
@@ -59,4 +59,11 @@ html, body {
|
||||
height: 75%;
|
||||
@apply transition-transform drop-shadow-md hover:scale-[120%] opacity-80 hover:opacity-100 text-white m-auto aspect-square;
|
||||
}
|
||||
}
|
||||
|
||||
.description {
|
||||
hyphens: auto;
|
||||
@screen md {
|
||||
hyphens: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user