Commit 7b0fb9f9f831d145d26edade07a78d7ff1c6a601
1 parent
dfc5513d
123
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -963,11 +963,11 @@ footer .socbuts a:hover{ |
963 | 963 | .tile_2{ |
964 | 964 | width: 100%; |
965 | 965 | max-width: 305px; |
966 | - height: 315px; | |
967 | 966 | position: relative; |
968 | 967 | text-align: center; |
969 | 968 | text-transform: uppercase; |
970 | 969 | margin: 0 auto; |
970 | + margin-bottom: 20px; | |
971 | 971 | } |
972 | 972 | .tile_1 .picture, .tile_2 .picture{ |
973 | 973 | width:100%; | ... | ... |