|
Мітки: Ручний відкіт Скасовано |
Рядок 308: |
Рядок 308: |
| .image-details.is-visible { | | .image-details.is-visible { |
| display: none!important; | | display: none!important; |
| }
| |
|
| |
| .main-page-column {
| |
| display: inline-block;
| |
| vertical-align: top;
| |
| width: calc(33.333% - 10px); /* Adjust width for margins */
| |
| margin-right: 15px; /* Right margin between columns */
| |
| height: 160px;
| |
| text-align: center;
| |
| box-sizing: border-box;
| |
| padding: 10px;
| |
| background-color: #f8f9fa;
| |
| border: 1px solid #ccc;
| |
| }
| |
|
| |
| .main-page-column:last-child {
| |
| margin-right: 0;
| |
| }
| |
|
| |
| @media (max-width: 760px) {
| |
| .main-page-column {
| |
| width: 100%;
| |
| margin-right: 0;
| |
| margin-bottom: 15px;
| |
| }
| |
| .main-page-column:last-child {
| |
| margin-bottom: 0;
| |
| }
| |
| }
| |
|
| |
| .main-page-column img {
| |
| margin-bottom: 10px; /* Space between image and text */
| |
| }
| |
|
| |
| .main-page-column a {
| |
| display: block;
| |
| color: #000; /* Change color as needed */
| |
| text-decoration: none; /* Optional: removes underline */
| |
| } | | } |