mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
Minor CSS tweaks (#227)
This commit is contained in:
@@ -22,3 +22,12 @@ input {
|
||||
height: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
/* needed because images have `max-width: 100%` in the theme */
|
||||
img {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user