2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00
2020-11-11 08:35:54 -05:00

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;
}