Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* MEDIA QUERIES */
- /* ----------------------------------------------------*/
- /* Code That Doesnt Change Between Mobile Resolution */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 0px) and (max-width : 992px) {
- .innercont .body .column.c1 { width: 100%; margin-right: 0; }
- .innercont .body .column.c2 { width: 100% }
- .body .it-training-image-2 { display: none; }
- .innercont .body .it-training-half-text {
- width: 100%;
- padding-right: 0vw;
- text-align: center;
- }
- }
- /* ----------------------------------------------------*/
- /* Custom, iPhone Retina */
- /* ----------------------------------------------------*/
- @media only screen and (max-width : 320px) {
- .body .it-training-icon-container .icon {
- width: 100%;
- float: left;
- }
- .body .it-training-icon-container {
- padding: 0px 0px 20px 0px;
- }
- .body .icons .icon {
- position: relative;
- display: inline-block;
- width: 100%;
- margin: 10px 0;
- box-sizing: border-box;
- float: left;
- background-color: #ffffff;
- border: 1px solid #bdbdbd;
- }
- }
- /* ----------------------------------------------------*/
- /* Extra Small Devices, Phones */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 320px) and (max-width : 480px) {
- .body .it-training-icon-container .icon {
- width: 100%;
- float: left;
- }
- .body .it-training-icon-container {
- padding: 0px 0px 20px 0px;
- }
- .body .icons .icon {
- position: relative;
- display: inline-block;
- width: 100%;
- margin: 10px 0;
- box-sizing: border-box;
- float: left;
- background-color: #ffffff;
- border: 1px solid #bdbdbd;
- }
- .body .bullet-list {
- width: 100%;
- margin: 30px 0;
- }
- .body .icons-2 .offericon {
- width: 100%;
- }
- .body .icons {
- padding: 100px 20px 20px 20px;
- }
- .innercont .body .half-text {
- width: 100%;
- }
- .innercont .body .half-image {
- display: none;
- }
- }
- /* ----------------------------------------------------*/
- /* Small Devices, Tablets */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 480px) and (max-width : 768px) {
- .body .it-training-icon-container .icon {
- width: 100%;
- float: left;
- }
- .body .icons .icon {
- position: relative;
- display: inline-block;
- width: 100%;
- margin: 10px 0;
- box-sizing: border-box;
- float: left;
- background-color: #ffffff;
- border: 1px solid #bdbdbd;
- }
- .body .bullet-list {
- width: 100%;
- margin: 30px 0;
- }
- .body .icons-2 .offericon {
- width: 50%;
- }
- .innercont .body .half-text {
- width: 100%;
- }
- .innercont .body .half-image {
- display: none;
- }
- }
- /* ----------------------------------------------------*/
- /* Medium Devices, Desktops */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 768px) and (max-width : 992px) {
- .body .it-training-icon-container .icon {
- width: 50%;
- float: left;
- }
- }
- /* ----------------------------------------------------*/
- /* Large Devices, Wide Screens */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 992px) and (max-width : 1200px) {
- .body .it-training-image-2 { display: none; }
- .innercont .body .it-training-half-text {
- width: 100%;
- padding-right: 0vw;
- text-align: center;
- }
- .body .it-training-icon-container .icon {
- width: 50%;
- float: left;
- }
- }
- /* ----------------------------------------------------*/
- /* SPECIAL */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 1200px) and (max-width : 1550px) {
- .body .it-training-image-2 { display: none; }
- .innercont .body .it-training-half-text {
- width: 100%;
- padding-right: 0vw;
- text-align: center;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment