Make the tour pages a bit nicer looking
This commit is contained in:
parent
c244f367ba
commit
cfcbc44c72
2 changed files with 13 additions and 3 deletions
|
@ -4100,3 +4100,13 @@ have a fixed width and height (but it's not required).
|
|||
.tour-action button {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.tour-section.tour-header {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
height: 125px;
|
||||
}
|
||||
|
||||
.tour-section.tour-header .tour-section-title {
|
||||
text-align: center;
|
||||
}
|
Reference in a new issue