Skip to content

Commit

Permalink
Centralize container from Ads manager
Browse files Browse the repository at this point in the history
  • Loading branch information
YaraWS committed Nov 19, 2022
1 parent d7b149b commit 291151b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/ads-manager/yara/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ body {
background-color:#161f3b;
color: white;
font-family: 'Poppins', sans-serif;


}

Expand All @@ -17,6 +18,7 @@ main {
font-weight: 400;
width: 900px;


}

button {
Expand Down Expand Up @@ -116,8 +118,8 @@ button {

.container {
margin-top :112px;
margin-left: 80px;

margin-left: auto;
margin-right: auto;
background-color: #242e4c;
/* width:1500px;
height:1000px; */
Expand Down

0 comments on commit 291151b

Please sign in to comment.