mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] Visual big issue on install pages
This commit is contained in:
parent
22d82885fe
commit
00fd651699
2 changed files with 18 additions and 0 deletions
|
@ -560,6 +560,15 @@ body .off-canvas .learn-sidebar .learn-nav ul li ul li.active > a {
|
||||||
background-color: inherit !important;
|
background-color: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
###############################################################################
|
||||||
|
Style sheet for button on install pages
|
||||||
|
###############################################################################
|
||||||
|
*/
|
||||||
|
.hardware img {
|
||||||
|
height: 75px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
###############################################################################
|
###############################################################################
|
||||||
Style sheet for the cards
|
Style sheet for the cards
|
||||||
|
|
|
@ -154,6 +154,15 @@ body .off-canvas .learn-sidebar .learn-nav ul li ul li.active > a {
|
||||||
background-color: inherit !important;
|
background-color: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
###############################################################################
|
||||||
|
Style sheet for button on install pages
|
||||||
|
###############################################################################
|
||||||
|
*/
|
||||||
|
.hardware img {
|
||||||
|
height: 75px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
###############################################################################
|
###############################################################################
|
||||||
Style sheet for the cards
|
Style sheet for the cards
|
||||||
|
|
Loading…
Reference in a new issue