Skip to content

Commit

Permalink
Home Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Shishir2405 committed Mar 4, 2024
1 parent 28fe20c commit 60b542f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Style/Stylings/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,10 @@ main {
}

@media only screen and (max-width: 400px) {
body{
body {
width: 100vw;
overflow: hidden;
height: 80vh;
}
.name {
text-wrap: wrap;
Expand All @@ -261,18 +262,17 @@ main {
}

main {
display: flex;

display: grid;
grid-template-columns: 2fr 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}
.extra-content {
display: grid;
grid-template-rows: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
grid-template-columns: 1fr 1fr;
gap: 0.5rem;
}
.aside-img {
display: none;
}
.written-text {
width: 100%;
}
Expand Down Expand Up @@ -312,4 +312,3 @@ main {
.name {
cursor: pointer;
}

0 comments on commit 60b542f

Please sign in to comment.