Untitled
unknown
plain_text
3 years ago
489 B
5
Indexable
@media only screen and (max-width: 768px) { .container { width: 100%; } .rightcolumn { left: 50%; transform: translate(-50%, -0%); -ms-transform: translate(-50%, -50%); text-align: center; position: absolute; } .left { left: 50%; transform: translate(-50%, -0%); -ms-transform: translate(-50%, -50%); text-align: center; position: absolute; } .button { display: flex; justify-content: center; align-items: center; } } </style>
Editor is loading...