Update screenshot
This commit is contained in:
parent
9ca1afca98
commit
b18cf1d7cd
5 changed files with 6 additions and 5 deletions
Binary file not shown.
Before Width: | Height: | Size: 423 KiB After Width: | Height: | Size: 417 KiB |
BIN
images/tn.png
BIN
images/tn.png
Binary file not shown.
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 256 KiB |
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
.recent-posts .card .card-footer {
|
.recent-posts .card .card-footer {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recent-posts .post-card-link{
|
.recent-posts .post-card-link{
|
||||||
|
|
|
@ -137,12 +137,12 @@ var projectCards;
|
||||||
let el = document.getElementById("recent-post-cards").children;
|
let el = document.getElementById("recent-post-cards").children;
|
||||||
let maxHeight = 0;
|
let maxHeight = 0;
|
||||||
for (let i = 0; i < el.length; i++) {
|
for (let i = 0; i < el.length; i++) {
|
||||||
if (el[i].children[0].clientHeight > maxHeight) {
|
if (el[i].children[1].clientHeight > maxHeight) {
|
||||||
maxHeight = el[i].children[0].clientHeight;
|
maxHeight = el[i].children[1].clientHeight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (let i = 0; i < el.length; i++) {
|
for (let i = 0; i < el.length; i++) {
|
||||||
el[i].children[0].setAttribute("style", "min-height: " + maxHeight + "px;")
|
el[i].children[1].setAttribute("style", "min-height: " + maxHeight + "px;")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,8 +8,8 @@ description = "A simple hugo theme for personal portfolio"
|
||||||
homepage = "https://toha.netlify.app/"
|
homepage = "https://toha.netlify.app/"
|
||||||
tags = ["Responsive","Blog", "Portfolio"]
|
tags = ["Responsive","Blog", "Portfolio"]
|
||||||
features = []
|
features = []
|
||||||
min_version = "0.41.0"
|
min_version = "0.68.0"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "Emruz Hossain"
|
name = "Emruz Hossain"
|
||||||
homepage = "hossainemruz.github.io"
|
homepage = "https://hossainemruz.github.io"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue