hyprland-website/public/css/mobile_menu.css
System-x64 90e865e2a2
mirror mob-menu fixes (#23)
* mirror changes to mob-menu

* added edit-wiki link to readme

* fixed misaligned close icon

* removed junk commented code
2023-02-26 16:49:35 +00:00

19 lines
No EOL
368 B
CSS

#mob-github {
color: #1a1a2e;
background-color: aquamarine;
/* width: 130px;
height: 50px; */
padding: 20px 30px;
text-align: center;
vertical-align: center;
margin-top: 20px ;
border-radius: 0.2rem;
}
#mob-github:hover {
transform: scale(1.2);
background-color: #1a1a2e;
color: aquamarine;
border: 4px solid aquamarine;
}