Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
根据 bootstrap ,
有关Bootstrap的调整引擎的更多信息,建议阅读之后的文章。
为了覆盖它,您可以尝试以下操作:
According to bootstrap,
For more info about Bootstrap’s resizing engine, I recommend reading the following article.
To override it, you can try the following:
CSS文件导入后,您是否导入Bootstrap链接?如果是,则首先导入BS,然后导入您的自定义CSS。
BCZ我猜BS Typo类正在覆盖您的自定义CSS课程。
Did you import the bootstrap link after your css file import? if yes then import bs first then import your custom css.
bcz I'm guessing that bs typo class is overwriting your custom css class.
您可以在CSS中添加其他字体大小,但请确保自定义CSS文件在Bootstrap CSS之后加载。
如果您愿意,请使用较高的百分比,但要低于100%的字体将使字体更小。
You could add additional font-size in your CSS but ensure your custom CSS file is loaded after the Bootstrap CSS.
Use a higher percentage if you like but going below 100% will make the font even smaller.