Redesign 1 bcrypt #226

Merged
bones7242 merged 156 commits from redesign-1-bcrypt into master 2017-10-30 15:55:14 +01:00
Showing only changes of commit cd6f146cd5 - Show all commits

View file

@ -12,6 +12,10 @@
font-size: medium;
}
.instructions-text--large, .pull-quote {
font-size: 1.5rem;
}
.column--med-10 {
width: 100%;
}
@ -53,4 +57,16 @@
font-size: small;
}
.instructions-text--large, .pull-quote {
font-size: 1rem;
}
}
@media (max-width: 360px) {
body, button, input, textarea, label, select, option {
font-size: x-small;
}
}