We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b899a7 + 44c53aa commit efd5cc8Copy full SHA for efd5cc8
src/css/vocabulary.css
@@ -385,6 +385,7 @@ main > aside.sidebar .attention a {
385
386
main h2 {
387
width: 100%;
388
+ box-sizing: border-box;
389
390
font-family: 'Roboto Condensed';
391
font-style: normal;
@@ -394,6 +395,8 @@ main h2 {
394
395
}
396
397
main h3 {
398
399
+
400
401
402
font-weight: 700;
@@ -2013,10 +2016,6 @@ body > footer .license svg {
2013
2016
order: -1;
2014
2017
2015
2018
- main nav.pagination {
- width: 100%;
- }
2019
-
2020
main nav.pagination ol {
2021
/* width: 100%; */
2022
flex-wrap: wrap;
0 commit comments