Improve Free Plugins grid: center tiles and fix text alignment
This commit is contained in:
@ -1043,6 +1043,7 @@ body.wp-admin .button.pricing-button:hover,
|
|||||||
/* Basic plugin card elements */
|
/* Basic plugin card elements */
|
||||||
#recommended .plugin-card-top {
|
#recommended .plugin-card-top {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#recommended .plugin-card .name h3 {
|
#recommended .plugin-card .name h3 {
|
||||||
@ -1055,6 +1056,7 @@ body.wp-admin .button.pricing-button:hover,
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#recommended .plugin-card .plugin-icon {
|
#recommended .plugin-card .plugin-icon {
|
||||||
@ -1080,9 +1082,12 @@ body.wp-admin .button.pricing-button:hover,
|
|||||||
/* Center the plugin container */
|
/* Center the plugin container */
|
||||||
#recommended .wpa-plugin-container {
|
#recommended .wpa-plugin-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 800px;
|
max-width: 1000px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Explicitly target readme content */
|
/* Explicitly target readme content */
|
||||||
|
Reference in New Issue
Block a user