You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
Make CSS responsive ready
This commit is contained in:
@@ -10,3 +10,15 @@
|
||||
pre.custom-bash-block, code.custom-bash-block {
|
||||
font-size: 24pt;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
pre.custom-bash-block, code.custom-bash-block {
|
||||
font-size: 14pt; /* smaller size for tablets/phones */
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
pre.custom-bash-block, code.custom-bash-block {
|
||||
font-size: 12pt; /* even smaller for small phones */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user