Fixing tutorial next button to be fixed at the bottom

Этот коммит содержится в:
Asaad Mahmood
2015-11-04 20:52:48 +05:00
родитель 184208ef26
Коммит ac45029d7d

Просмотреть файл

@@ -153,10 +153,17 @@
padding-bottom: 100px; padding-bottom: 100px;
padding: 20px 40px 40px; padding: 20px 40px 40px;
.tutorial__steps { .tutorial__steps {
position: relative;
max-width: 310px; max-width: 310px;
min-height: 420px; min-height: 350px;
margin-bottom: 50px;
text-align: left; text-align: left;
display: inline-block; display: inline-block;
padding-bottom: 30px;
}
.btn-primary {
position: absolute;
bottom: 0;
} }
} }
h1 { h1 {