@ -8,6 +8,7 @@
|
||||
grid-template-columns: repeat(3, calc(90% / 3));
|
||||
grid-template-rows: repeat(2, calc(90% / 2));
|
||||
grid-gap: 9% 5.5%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
||||
@ -33,9 +34,9 @@
|
||||
|
||||
|
||||
#main .drink:hover {
|
||||
background-color: rgba(57, 57, 57, 0.8);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(22, 67, 113, 0.8);
|
||||
/*width: 100%;
|
||||
height: 100%;*/
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user