Skip to content

Commit

Permalink
Merge pull request Open-Source-Chandigarh#84 from kairveeehh/kairveeehh
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryainguz authored May 13, 2024
2 parents 907c16a + a08596e commit 5fe18e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Public/styles/question.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ body {
display: flex;
flex-direction: column;
padding: 32px;
text-align: center;
/* background: rgba(255, 255, 255, 0.279); */
background: rgb(131,58,180);
background: radial-gradient(circle, rgba(131,58,180,1) 5%, rgba(252,70,128,0.680637220708596) 92%);
Expand All @@ -61,7 +62,8 @@ background: radial-gradient(circle, rgba(131,58,180,1) 5%, rgba(252,70,128,0.680
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
margin-bottom: 15px;
margin-top: 15px;
margin-right: 3rem;
margin-left: 10px; //added equal margins instead of only rigth
margin-right: 10px;
}

.info {
Expand Down

0 comments on commit 5fe18e5

Please sign in to comment.