mirror of
https://github.com/len0rd/personal-website.git
synced 2025-03-01 03:51:57 -05:00
14 lines
211 B
CSS
14 lines
211 B
CSS
.img-jumbotron {
|
|
background-image: url("../img/logo.jpg");
|
|
background-size: cover;
|
|
height: 50vh;
|
|
}
|
|
|
|
.page-footer {
|
|
padding-right: 0px;
|
|
padding-left: 0px;
|
|
}
|
|
|
|
.icon-footer {
|
|
padding: 5px;
|
|
} |