mirror of
https://gitlab.com/lander-team/site.git
synced 2025-07-25 07:31:56 +00:00
Initial commit
This commit is contained in:
7
css/bootstrap.min.css
vendored
Normal file
7
css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
32
css/custom.css
Normal file
32
css/custom.css
Normal file
@@ -0,0 +1,32 @@
|
||||
header {
|
||||
background: linear-gradient(
|
||||
to top,
|
||||
rgb(255, 255, 255),
|
||||
rgba(46, 49, 65, 0.8)
|
||||
);
|
||||
}
|
||||
|
||||
a.navbar-brand {
|
||||
color: red !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
header div img {
|
||||
max-height: 50vh;
|
||||
margin-bottom: 5vh;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
.p-5 {
|
||||
padding: 3rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
div.col-lg-6 {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
word-break: break-all;
|
||||
}
|
Reference in New Issue
Block a user