minetest-modinstaller-web/instructions.css

23 lines
383 B
CSS

.instruction_header {
position: relative;
top: 0;
left: 0;
height: 100px;
margin-top: 20px;
width: 100%;
}
.instruction_content {
width: 90%;
position: relative;
left: 5%;
top: 20px;
padding: 40px;
margin: 0;
background-color: #EEEEEE;
font-family: "Segoe UI", Arial, sans-serif;
font-size: 23px;
color: #222;
box-sizing: border-box;
}