update
This commit is contained in:
@ -3,11 +3,26 @@
|
||||
@import url("/stylesheets/buttons.css");
|
||||
@import url("/stylesheets/modal.css");
|
||||
|
||||
|
||||
:root {
|
||||
cursor: none;
|
||||
}
|
||||
|
||||
|
||||
html * {cursor: none !important}
|
||||
|
||||
|
||||
body::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
color: white;
|
||||
scroll-behavior: smooth;
|
||||
font-family: "Roboto", serif;
|
||||
font-style: normal;
|
||||
cursor: none;
|
||||
}
|
||||
|
||||
|
||||
@ -118,10 +133,13 @@ body {
|
||||
border-radius: 30px 10px 30px;
|
||||
}
|
||||
|
||||
|
||||
.drink .thumbnail {
|
||||
grid-column: span 1;
|
||||
grid-row: span 2;
|
||||
}
|
||||
|
||||
|
||||
.drink .name {
|
||||
grid-column: span 1;
|
||||
grid-row: span 1;
|
||||
|
Reference in New Issue
Block a user