Merge branch 'main' of https://github.com/Monochromish/Cider
This commit is contained in:
commit
1371ed2876
18 changed files with 1687 additions and 1531 deletions
|
@ -14,6 +14,7 @@
|
|||
@import url("less/pages.less");
|
||||
|
||||
:root {
|
||||
--windowRelativeScale: 1;
|
||||
--appleEase: cubic-bezier(0.42, 0, 0.58, 1);
|
||||
--borderColor: rgb(200 200 200 / 16%);
|
||||
--mediaItemShadow: inset 0px 0px 0px 1px rgb(200 200 200 / 16%);
|
||||
|
@ -2056,7 +2057,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
|
||||
// screen size > 1200px
|
||||
@media screen and (min-width: 1500px) {
|
||||
grid-template-columns: repeat(6, minmax(200px, 1fr));
|
||||
grid-template-columns: repeat(5, minmax(200px, 1fr));
|
||||
}
|
||||
// less than 1100px
|
||||
@media screen and (max-width: 1150px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue