mirror of
https://github.com/len0rd/personal-website.git
synced 2025-03-01 12:02:14 -05:00
6 lines
111 B
CSS
6 lines
111 B
CSS
|
.img-jumbotron {
|
||
|
background-image: url("../img/logo.jpg");
|
||
|
background-size: cover;
|
||
|
height: 50vh;
|
||
|
}
|