Advertisement
Guest User

Untitled

a guest
Jun 24th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. @media only screen and (min-width: 30em) {
  2.     .ui-page {
  3.         width: 30em !important;
  4.         margin: 0 auto !important;
  5.         position: relative !important;
  6.         border: 1px solid lightgrey !important;
  7.         border-radius: 15px;
  8.         padding: 10px;
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement