A
A
AltaiR2016-05-25 18:18:37
css
AltaiR, 2016-05-25 18:18:37

How to use responsive font in Bootstrap?

Hi all. Does Bootstrap have built-in options to change the font size for small screens? Or do you need to add @media queries in your styles ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mike Syomin, 2016-05-25
@AltaiR-05

В стилях укажи медиа-запрос типа:
media screen and (min-width: %min-width&) and (max-width: %max-width%) {
}
А вообще беглым гуглением нашел: stackoverflow.com/questions/14537611/bootstrap-res...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question