mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 02:02:14 +00:00
24 lines
441 B
CSS
24 lines
441 B
CSS
.screenshot {
|
|
max-width: 100%;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.jumbotron {
|
|
padding-top: 155px;
|
|
padding-bottom: 20px;
|
|
background-attachment: scroll;
|
|
background: url("../img/jumbotron_pattern.png") repeat center;
|
|
background-color: #123051;
|
|
}
|
|
|
|
#masthead {
|
|
background-attachment: scroll;
|
|
background: url("../img/jumbotron_pattern.png") repeat center;
|
|
background-color: #123051;
|
|
}
|
|
|
|
.important {
|
|
color: red;
|
|
}
|