mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
Adjust thumb text for smaller resolutions
This commit is contained in:
@@ -214,10 +214,10 @@ ds-dynamic-form-control-container.d-none {
|
||||
padding: 0.1rem;
|
||||
}
|
||||
@media screen and (min-width: map-get($grid-breakpoints, sm)) and (max-width: map-get($grid-breakpoints, lg)) {
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.7rem;
|
||||
padding: 0.1rem;
|
||||
}
|
||||
font-size: 1.25rem;
|
||||
font-size: 1rem;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
}
|
||||
@@ -229,10 +229,10 @@ ds-dynamic-form-control-container.d-none {
|
||||
padding: 0.1rem;
|
||||
}
|
||||
@media screen and (min-width: map-get($grid-breakpoints, sm)) and (max-width: map-get($grid-breakpoints, lg)) {
|
||||
font-size: 0.875rem;
|
||||
font-size: 0.7rem;
|
||||
padding: 0.1rem;
|
||||
}
|
||||
font-size: 1.25rem;
|
||||
font-size: 1rem;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user