Skip to content

Commit

Permalink
"Updated font size, adjusted container and text container positionin…
Browse files Browse the repository at this point in the history
…g and dimensions"

This commit message describes the changes made in the code diff by focusing on the specific modifications to the CSS file. It mentions the increase in font size, as well as the adjustments to the positioning and dimensions of various containers and text elements. The message is concise and accurately reflects the changes made in the code.
  • Loading branch information
abhijit-23blaze committed Mar 24, 2024
1 parent 55607a4 commit 8b87b78
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions meh.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ body {
.container .text {
position: absolute;
top: 0%;
font-size: 2.6rem;
font-size: 3rem;
font-family: "Bebas Neue";
font-weight: bold;
-webkit-text-stroke: 0.3px #000000;
Expand All @@ -301,17 +301,17 @@ body {
.container .text-container, .container .shadow-container {
position: relative;
top: 5%;
left: 0%;
width: 5%;
left: 5%;
width: 7%;
/* height: 10%; */
padding-top: 80px;
padding-left: 10px;
padding-left: 10px;
/* padding-top: 80px; */
/* padding-left: 10px; */

}
.container {
position: relative;
padding-top: 80px;
padding-left: 20%;
padding-left: 25%;
height: auto;
}

Expand All @@ -325,7 +325,7 @@ body {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
width: 150px;
width: 200px;
position: absolute;
top: 150px;
padding-left: 5% ;
Expand Down

0 comments on commit 8b87b78

Please sign in to comment.