mobile styling next iteration
This commit is contained in:
parent
4399a0a120
commit
ae7ce5404a
@ -496,7 +496,7 @@ body:not(.wp-admin) .wp-block-group.team {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
padding-right: var(--wp--preset--spacing--40);
|
//padding-right: var(--wp--preset--spacing--40);
|
||||||
padding-bottom: var(--wp--preset--spacing--40);
|
padding-bottom: var(--wp--preset--spacing--40);
|
||||||
span {
|
span {
|
||||||
display: block;
|
display: block;
|
||||||
@ -514,7 +514,7 @@ body:not(.wp-admin) .wp-block-group.team {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
padding-right: var(--wp--preset--spacing--40);
|
//padding-right: var(--wp--preset--spacing--40);
|
||||||
padding-bottom: var(--wp--preset--spacing--40);
|
padding-bottom: var(--wp--preset--spacing--40);
|
||||||
span {
|
span {
|
||||||
display: block;
|
display: block;
|
||||||
@ -532,7 +532,7 @@ body:not(.wp-admin) .wp-block-group.team {
|
|||||||
// position: absolute;
|
// position: absolute;
|
||||||
// left: 0;
|
// left: 0;
|
||||||
// bottom: 0;
|
// bottom: 0;
|
||||||
padding-right: var(--wp--preset--spacing--40);
|
//padding-right: var(--wp--preset--spacing--40);
|
||||||
padding-bottom: var(--wp--preset--spacing--40);
|
padding-bottom: var(--wp--preset--spacing--40);
|
||||||
span {
|
span {
|
||||||
display: block;
|
display: block;
|
||||||
@ -550,7 +550,7 @@ body:not(.wp-admin) .wp-block-group.team {
|
|||||||
// position: absolute;
|
// position: absolute;
|
||||||
// left: 0;
|
// left: 0;
|
||||||
// bottom: 0;
|
// bottom: 0;
|
||||||
padding-right: var(--wp--preset--spacing--40);
|
//padding-right: var(--wp--preset--spacing--40);
|
||||||
padding-bottom: var(--wp--preset--spacing--40);
|
padding-bottom: var(--wp--preset--spacing--40);
|
||||||
span {
|
span {
|
||||||
// display: block;
|
// display: block;
|
||||||
@ -565,7 +565,6 @@ body:not(.wp-admin) .wp-block-group.team {
|
|||||||
|
|
||||||
|
|
||||||
/* Crane Image */
|
/* Crane Image */
|
||||||
|
|
||||||
@media only screen and (max-width: 387px) {
|
@media only screen and (max-width: 387px) {
|
||||||
.is-home-featured-image {
|
.is-home-featured-image {
|
||||||
.wp-block-cover__inner-container {
|
.wp-block-cover__inner-container {
|
||||||
|
@ -105,6 +105,17 @@ function footer_class() {
|
|||||||
add_filter('bootscore/class/footer/columns', 'footer_class', 10, 2);
|
add_filter('bootscore/class/footer/columns', 'footer_class', 10, 2);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Change footer column1 classes
|
||||||
|
*/
|
||||||
|
function footer_col__class() {
|
||||||
|
return "col-sm-6 col-lg-3";
|
||||||
|
}
|
||||||
|
add_filter('bootscore/class/footer/col', 'footer_col__class', 10, 2);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Change footer info classes
|
* Change footer info classes
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user