Skip to content

Instantly share code, notes, and snippets.

@jaworowicz
Last active April 13, 2017 05:20
Show Gist options
  • Save jaworowicz/2552261c0da9cad3e115c85ceb25fa1a to your computer and use it in GitHub Desktop.
Save jaworowicz/2552261c0da9cad3e115c85ceb25fa1a to your computer and use it in GitHub Desktop.
/** Instrukcja http://jaworowi.cz/?p=4444 **/
#jcz_rwd_2col_form{
max-width:100% /*-- Zmień szerokość na piksele lub procenty w zależności od potrzeb --*/;
margin:0 auto;
width:100%;
}
.jcz_rwd_cf7_row{
width: 100%;
}
.jcz_rwd_cf7_col, .jcz_rwd_cf7_full{
float: left;
position: relative;
padding: 0.65rem;
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
.jcz_rwd_cf7_col{
width: 50%;
}
}
/* Kod HTML na http://jaworowi.cz/?p=4444 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment