Skip to content

Commit

Permalink
Merge pull request #1325 from JiyaGupta-cs/main
Browse files Browse the repository at this point in the history
fix: Improved the boxes and made it adjustable to the texts in the gita storyline
  • Loading branch information
akshitagupta15june authored Sep 23, 2023
2 parents a0a1c1d + adc934e commit 450aade
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Gita-Storyline/storyline.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ background-size: cover;
transform: translateY(-50%);
height: 30px;
width: 30px;
z-index: 2;
}


Expand Down Expand Up @@ -210,11 +211,11 @@ background-size: cover;
}
#arjuna-conversation {
background-color: antiquewhite;
height: 10rem;
height: auto;
width: 20rem;
position: relative;
bottom: 35rem;
left: 30%; /* Center the box horizontally */
left: 21%; /* Center the box horizontally */
transform: translateX(-50%); /* Center the box horizontally */
text-align: center;
overflow-y: auto;
Expand All @@ -223,11 +224,11 @@ background-size: cover;

#krishna-conversation {
background-color: antiquewhite;
height: 10rem;
height: auto;
width: 20rem; /* Adjust width as needed */
position: relative;
bottom: 54rem;
left: 60%; /* Center the box horizontally */
left: 75%; /* Center the box horizontally */
transform: translateX(-50%); /* Center the box horizontally */
text-align: center;
overflow-y: auto;
Expand Down

0 comments on commit 450aade

Please sign in to comment.