Skip to content

Commit

Permalink
Fixed the issue of Decreasing the engineering team page width
Browse files Browse the repository at this point in the history
  • Loading branch information
Isuru4043 committed Mar 24, 2024
1 parent 6621ff5 commit d4d8ee4
Showing 1 changed file with 25 additions and 22 deletions.
47 changes: 25 additions & 22 deletions engineering-team/styles.css
Original file line number Diff line number Diff line change
@@ -1,42 +1,45 @@
#btnPosts {
width: 100%;
}

.skeleton-box {
border-radius: 20px;
border-radius: 20px;
}

.skeleton-post-body {
padding: 15px 15px !important;
padding: 15px 15px !important;
}

.skeleton-post-body .skeleton-img {
background-color: hsl(210, 11%, 93%);
float: left;
width: 35px;
height: 35px;
overflow: hidden;
border-radius: 50%;
margin-right: 5px;
background-color: hsl(210, 11%, 93%);
float: left;
width: 35px;
height: 35px;
overflow: hidden;
border-radius: 50%;
margin-right: 5px;
}

.skeleton-author-name {
background-color: hsl(210, 11%, 93%);
padding: 15px !important;
margin-left: 40px;
border-radius: 10px;
background-color: hsl(210, 11%, 93%);
padding: 15px !important;
margin-left: 40px;
border-radius: 10px;
}

.skeleton-image {
background-color: hsl(210, 11%, 93%);
padding: 70px;
margin-bottom: 10px;
border-radius: 10px;
background-color: hsl(210, 11%, 93%);
padding: 70px;
margin-bottom: 10px;
border-radius: 10px;
}

.skeleton-topic {
background-color: hsl(210, 11%, 93%);
padding: 15px;
border-radius: 10px;
background-color: hsl(210, 11%, 93%);
padding: 15px;
border-radius: 10px;
}

.skeleton-profile {
background-color: hsl;
background-color: hsl;
}

0 comments on commit d4d8ee4

Please sign in to comment.