diff --git a/greece.html b/greece.html index 6f65c1f5..b047b27e 100644 --- a/greece.html +++ b/greece.html @@ -50,6 +50,15 @@ padding-top: 120px; } + + .top-container { + width: 100vw; + display: flex; + flex-direction: row; + justify-content: center; + + } + .container { text-align: center; display: flex; @@ -59,8 +68,17 @@ width: 100vw; } + .seach-container { + margin-right: 40px; + } + + .sort-container { + margin-left: 40px; + } + .card-container { display: flex; + flex-wrap: wrap; flex-direction: row; width: 100vw; height: 590px; @@ -130,6 +148,23 @@