Make h6 elements center-aligned on devices with displays less than 600 px wide.
This commit is contained in:
parent
b98756519f
commit
31bcf16194
6
inf.css
6
inf.css
@ -3,7 +3,7 @@
|
|||||||
/* Copyright 2022-2023 Inference */
|
/* Copyright 2022-2023 Inference */
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
||||||
|
|
||||||
/* Version: 0.7.0.7 */
|
/* Version: 0.9.0.9 */
|
||||||
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@ -170,6 +170,10 @@ table, th, td {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h6 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user