fix: add lecture buttons

This commit is contained in:
swve 2023-02-04 17:10:46 +01:00
parent fb1164cbf9
commit 959494b972

View file

@ -47,11 +47,12 @@ const LectureChooserWrapper = styled.div`
`;
const LectureButton = styled.button`
padding: 20px;
border-radius: 10px;
padding: 40px;
border-radius: 10px !important;
border: none;
font-size: 50px;
background-color: #8c949c33;
font-size: 80px !important;
margin: 40px;
background-color: #8c949c33 !important;
cursor: pointer;
&:hover {
background-color: #8c949c7b;