Skip to content

Commit

Permalink
Merge pull request #1721 from Bittukr7479/fix-issue-#1676
Browse files Browse the repository at this point in the history
issue #1667 solved
  • Loading branch information
akshitagupta15june authored Jun 13, 2024
2 parents c1f9be8 + 7a72c84 commit 700525e
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 240 deletions.
16 changes: 8 additions & 8 deletions Gita-Storyline/storyline.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ background-size: cover;
#arjuna-image {
z-index: 2;
position: absolute;
top: calc(50% + 24%);
top: calc(50% + 26%);
left: calc(50% - 20%);
transform: translateY(-50%);
}
Expand Down Expand Up @@ -150,7 +150,7 @@ background-size: cover;
}

#arjuna-image {
top: 69%; /* Move the krishna image top by 15% */
top: 72%; /* Move the krishna image top by 15% */
left: 27%; /* Move the krishna image right by 15% */
}

Expand Down Expand Up @@ -181,12 +181,12 @@ background-size: cover;

#krishna-image {
top: 70%; /* Move the krishna image top by 15% */
left: 65%; /* Move the krishna image right by 15% */
left: 55%; /* Move the krishna image right by 15% */
}

#arjuna-image {
top: 70%; /* Move the krishna image top by 15% */
left: 12%; /* Move the krishna image right by 15% */
top: 75%; /* Move the krishna image top by 15% */
left: 22%; /* Move the krishna image right by 15% */
}

#left-arrow,
Expand Down Expand Up @@ -328,7 +328,7 @@ background-size: cover;
overflow-wrap: break-word;
overflow-y: auto;
--r: 25px; /* the radius */
--t: 0px; /* the size of the tail */
--t: 10px; /* the size of the tail */

max-width: 260px;
max-height: 100px;
Expand Down Expand Up @@ -388,7 +388,7 @@ background-size: cover;
overflow-wrap: break-word;
overflow-y: auto;
--r: 25px; /* the radius */
--t: 0px; /* the size of the tail */
--t: 10px; /* the size of the tail */

max-width: 300px;
max-height: 100px;
Expand Down Expand Up @@ -486,7 +486,7 @@ background-size: cover;
}

.bubble1 {
margin-bottom: 8rem;
/* margin-bottom: 8rem; */
overflow-wrap: break-word;
overflow-y: scroll;
--r: 20px; /* the radius */
Expand Down
Loading

0 comments on commit 700525e

Please sign in to comment.