Artificer Different View Port - Full Screen Adjustment's
Hi Everyone;
I've made some adjustments to the full-screen view, in particular, the left and right borders.
@media (min-width: 1024px) {
.lg\:px-6 {
- padding-left: 0.5rem; (This was 1.5 before)
- padding-right: 0.5rem; (This was 1.5 before)
}
}
___________________________________________________
The above is done only for 1024px view-port.
How do I do it for all the view-ports?
-
- · Chris Andre Buys
- ·
The reason why I do this is, to utilize the unused space, especially for the mobile view.
-
Hello @Chris Andre Buys !
If I've got you right - you may add the less resolution there like min-width: 800px;
-
Well, I am not quite sure... the default responsive view on mobile doesn't really look professional with the tiny space in the right and left borders from the outer margin inwards. It is as if the site is forced into fit... If the padding can be revised for example... I know it's bad programming, but just so it looks completely like an Android app.