2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-30 22:05:21 +00:00
Files
vinyldns/modules/docs/src/main/resources/microsite/css/custom.css

19 lines
314 B
CSS
Raw Normal View History

2018-08-21 12:28:30 -04:00
.screenshot {
max-width: 800px;
width: 80%;
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;
}
.important {
color: red;
}