Commit 435f7adb59685fc29327ac446e73d987e05b17c4
1 parent
c08cc401
verstka 3
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
@@ -352,6 +352,15 @@ a.sqre_btn { | @@ -352,6 +352,15 @@ a.sqre_btn { | ||
352 | .button1{width:100%;} | 352 | .button1{width:100%;} |
353 | h2, .h2 {font-size: 6vw;} | 353 | h2, .h2 {font-size: 6vw;} |
354 | .lead{font-size:16px;} | 354 | .lead{font-size:16px;} |
355 | + .img-title table td.buts{ | ||
356 | + width: 40px; | ||
357 | + } | ||
358 | + .img-title table td.buts a.sqre_btn{ | ||
359 | + margin-bottom: 5px; | ||
360 | + width: 30px; | ||
361 | + height: 30px; | ||
362 | + background-size: 45%; | ||
363 | + } | ||
355 | } | 364 | } |
356 | @media(max-width:380px){ | 365 | @media(max-width:380px){ |
357 | .more-projects{ | 366 | .more-projects{ |