git-crash-course-en/css/git-crash-course.css
2018-12-16 11:04:47 +01:00

15 lines
180 B
CSS

.slides {
margin-top: 5px !important;
}
.two-cols ul, .two-cols h3 {
float: left;
}
.align-left {
text-align: left;
}
.align-left h2, h3 {
text-align: center;
}