Frontend: Fix board styles
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
344c321e9d
commit
8dc109011d
@ -208,7 +208,7 @@ caption{
|
||||
}
|
||||
|
||||
@media (min-width: 800px) {
|
||||
.name-item, .name, .plat, .time, .close-data {
|
||||
.detail-name-head, .name-item, .name, .plat, .time, .close-data {
|
||||
font-size: 16px;
|
||||
}
|
||||
.msg {
|
||||
@ -216,7 +216,7 @@ caption{
|
||||
}
|
||||
}
|
||||
@media (min-width: 1000px) {
|
||||
.name-item, .name, .plat, .time, .close-data {
|
||||
.detail-name-head, .name-item, .name, .plat, .time, .close-data {
|
||||
font-size: 18px;
|
||||
}
|
||||
.msg {
|
||||
@ -224,7 +224,7 @@ caption{
|
||||
}
|
||||
}
|
||||
@media (min-width: 1600px) {
|
||||
.name-item, .name, .plat, .time, .close-data {
|
||||
.detail-name-head, .name-item, .name, .plat, .time, .close-data {
|
||||
font-size: 20px;
|
||||
}
|
||||
.msg {
|
||||
|
Reference in New Issue
Block a user