widened banners on projects page
This commit is contained in:
@@ -104,21 +104,20 @@
|
|||||||
|
|
||||||
.project-banner-container {
|
.project-banner-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: fit-content;
|
width: 100%;
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-banner {
|
.project-banner {
|
||||||
margin: 0; /* reset left/right margins */
|
margin: 0; /* reset left/right margins */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
object-fit: cover;
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-icon {
|
.project-icon {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 16px 16px 16px 0;
|
margin: 16px 16px 16px 0;
|
||||||
width: 20%;
|
width: 19%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-date-embed {
|
.project-date-embed {
|
||||||
|
|||||||
Reference in New Issue
Block a user