diff --git wp-content/themes/twentythirteen/style.css wp-content/themes/twentythirteen/style.css
index c46f809..20cf254 100644
|
|
footer.entry-meta { |
2506 | 2506 | .widget a:hover { |
2507 | 2507 | color: #ea9629; |
2508 | 2508 | } |
| 2509 | /* Gallery Widget */ |
| 2510 | .widget .gallery-columns-1 .gallery-item { |
| 2511 | max-width: 100%; |
| 2512 | } |
| 2513 | |
| 2514 | .widget .gallery-columns-2 .gallery-item { |
| 2515 | max-width: 49%; |
| 2516 | max-width: -webkit-calc(50% - 4px); |
| 2517 | max-width: calc(50% - 4px); |
| 2518 | } |
| 2519 | |
| 2520 | .widget .gallery-columns-3 .gallery-item { |
| 2521 | max-width: 22%; |
| 2522 | max-width: -webkit-calc(33% - 4px); |
| 2523 | max-width: calc(33% - 4px); |
| 2524 | } |
2509 | 2525 | |
2510 | 2526 | /* Search widget */ |
2511 | 2527 | .search-form .search-submit { |