Commit 2cb9cf910db74aca8a89d04f701119ea11c62018
1 parent
bc185cc1
123
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -936,7 +936,7 @@ footer .socbuts a:hover{ |
936 | 936 | .tile_1{ |
937 | 937 | width: 100%; |
938 | 938 | max-width: 227px; |
939 | - height: 250px; | |
939 | + height: 240px; | |
940 | 940 | position: relative; |
941 | 941 | text-align: center; |
942 | 942 | text-transform: uppercase; |
... | ... | @@ -967,7 +967,7 @@ footer .socbuts a:hover{ |
967 | 967 | .tile_1 .title_1, .tile_2 .title_1{ |
968 | 968 | font-size: 15px; |
969 | 969 | padding-bottom: 1px; |
970 | - padding-top: 14px; | |
970 | + padding-top: 15px; | |
971 | 971 | } |
972 | 972 | .tile_1 .title_2, .tile_2 .title_2{font-size: 10px;} |
973 | 973 | .tile_1 a, .tile_1 a:hover, .tile_2 a, .tile_2 a:hover, .tile3 a:hover, .tile4 a:hover{color:#414143!important;} | ... | ... |