Remove content borders on mobile to maximise use of space
This commit is contained in:
parent
d87e174644
commit
d5d3cb0851
@ -57,6 +57,17 @@ body {
|
||||
}
|
||||
|
||||
#main {
|
||||
left: 5px;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#windows .window::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#windows .window {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user