mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
feat: works if no img specified or no img.link specified
This commit is contained in:
@ -6,7 +6,6 @@
|
||||
.home-info-container img {
|
||||
flex: 1;
|
||||
flex-shrink: 0;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
max-width: 600px;
|
||||
margin-right: 20px;
|
||||
@ -14,7 +13,6 @@
|
||||
}
|
||||
|
||||
.home-info-container ul {
|
||||
padding-left: 20px;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user