2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 10:10:12 +00:00

24 lines
441 B
CSS
Raw Normal View History

2018-08-21 12:28:30 -04:00
.screenshot {
2019-07-03 09:35:11 -04:00
max-width: 100%;
2018-08-21 12:28:30 -04:00
margin-top: 20px;
margin-bottom: 20px;
}
.jumbotron {
padding-top: 155px;
padding-bottom: 20px;
background-attachment: scroll;
2018-08-22 09:59:36 -04:00
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;
}