Skip to content

Commit

Permalink
change css
Browse files Browse the repository at this point in the history
  • Loading branch information
sohanihansika committed Feb 18, 2024
1 parent b546235 commit c6c4f87
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions public/css/adminlandrequeststyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.requesttable {
width: 90%;
width: 100%;
border-collapse: collapse;

}
Expand All @@ -41,11 +41,11 @@

/* Style for the "Unassigned" and "Assigned" headings */
#ttitle {
margin-top: 30px;
margin-top: 20px;
font-size: 24px;
color: #615f5f;
text-align: left;
margin-left: 50px;
margin-left: 40px;
}

#bttn{
Expand All @@ -55,4 +55,13 @@
cursor: pointer;
}

#tcontainer{
background-color: white;
padding: 30px;
border-radius: 20px;
box-shadow: 0 0 15px 0.1px rgba(0, 0, 0, 0.12);

margin-bottom: 15px;

}

0 comments on commit c6c4f87

Please sign in to comment.