9 lines
179 B
CSS
9 lines
179 B
CSS
pre { white-space: pre-wrap; }
|
|
|
|
/* Mobile responsive styles */
|
|
@media (max-width: 768px) {
|
|
/* Hide logo text on mobile, show only icon */
|
|
.logo-text {
|
|
display: none;
|
|
}
|
|
} |