Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* this is for adjusting how the carrd will look on mobile. */
- <style>
- @media only screen and (max-width: 600px) {
- #container01 {
- width: 14em;
- }
- }
- @media only screen and (max-width: 600px) {
- #container02 {
- left: -5.7em;
- }
- }
- @media only screen and (max-width: 600px) {
- #container03 {
- bottom: 17em;
- width: 14.5em;
- }
- }
- @media only screen and (max-width: 600px) {
- #container04 {
- right: -1em;
- }
- @media only screen and (max-width: 600px) {
- #container05 {
- right: -1em;
- }
- }
- @media only screen and (max-width: 600px) {
- #container06, #container07 {
- right: -1em;
- }
- }
- @media only screen and (max-width: 600px) {
- #text02 {
- right: -7em;
- }
- }
- @media only screen and (max-width: 600px) {
- #image02 {
- right: -1em;
- }
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment