Commit 94bc61745d924d1e6ab298eb3d245a94717c7870

Authored by Eugeny Galkovskiy
1 parent eaaa9251

123

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -441,6 +441,13 @@ footer .socbuts a:hover{
441 441 background-size: cover;
442 442 background-repeat: no-repeat;
443 443 }
  444 +.oldsite_down{
  445 + height: 52px;
  446 + background-color: #fff;
  447 + display: flex;
  448 + justify-content: center;
  449 + align-items: center;
  450 +}
444 451 .carbut{
445 452 width: 52px;
446 453 position: absolute;
... ...