Skip to content

Commit

Permalink
Merge pull request #3 from komaldua8/master
Browse files Browse the repository at this point in the history
viewportfix issue #2
  • Loading branch information
shreeyachatzz authored Oct 9, 2022
2 parents ed0ae59 + 97d5b4a commit 2d913de
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Komal_Dua/styling.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

body{
background-color: #333642;
overflow-x: 0 !important;
}

.container{
Expand All @@ -30,41 +31,38 @@ body{
width: 100%;
bottom: 0px;
}

.code-type{
color: whitesmoke;
font-family: 'Roboto' , sans-serif;
height: fit-content;
height: max-content;
width: 100%;
background-color: #1A1B1F;
padding: 10px;
/* bottom: 0px; */
border-bottom: 1px solid #333642 ;
/* viewport-fit: 30%; */
}

.code{
background-color: #1D1E22;
color: white;
width: 100%;
height: 100%;
}

.output-code{
background-color: #e3e6f0;
/* display: flex; */
position: absolute;
left: 505px;
top: 0px;
right: 0px;
bottom: 0px;
height: 1000px;
width: 100%;
width: 66%;

/* viewport-fit: 70%; */
}

.output-iframe{
height: inherit;
width: inherit;
` */
viewport-fit: 70%;
}

0 comments on commit 2d913de

Please sign in to comment.