mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Add responsive styles for small screens in zen-welcome.css
This commit is contained in:
@@ -59,6 +59,12 @@
|
||||
height: 60%;
|
||||
box-shadow: var(--zen-big-shadow);
|
||||
|
||||
/* Small screens */
|
||||
@media (max-width: 800px) {
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
}
|
||||
|
||||
#zen-welcome-page-sidebar {
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
|
Reference in New Issue
Block a user