Make h3 elements center-aligned on devices with displays less than 600 px wide.
This commit is contained in:
parent
ceb0468bf5
commit
d686134584
10
inf.css
10
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.3.0.3 */
|
/* Version: 0.4.0.4 */
|
||||||
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@ -153,15 +153,19 @@ table, th, td {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 300px) {
|
@media (max-width: 300px) {
|
||||||
/*h1 {
|
h3 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}*/
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding-top: 80px;
|
padding-top: 80px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user