Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Koras0ff authored Jan 30, 2024
1 parent 34eb2f2 commit 4c9857b
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,30 @@
-webkit-text-size-adjust: none;
}


img {
width: 60px; /* Set a fixed width for the images */
height: 60px; /* Set a fixed height for the images */
object-fit: cover; /* Maintain aspect ratio and cover the container */
border-radius: 50%; /* Make the images circular */
margin-right: 10px; /* Add some spacing between the image and text */
}

.container {
display: flex;
justify-content: space-between;
}

.column {
flex: 1;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding: 20px;
margin: 10px;
}


/* Box Model */

*, *:before, *:after {
Expand Down Expand Up @@ -4061,4 +4085,4 @@
border-top: 0;
margin-top: 0;
padding-top: 0;
}
}

0 comments on commit 4c9857b

Please sign in to comment.