5,950
edits
No edit summary |
No edit summary |
||
Line 83: | Line 83: | ||
/* ============================== templates =============================== */ | /* ============================== templates =============================== */ | ||
.home-button { | |||
width: 9em; | |||
margin: 20px auto; | |||
padding: 10px; | |||
text-align: center; | |||
background-color: white; | |||
border: 1px solid #4c4c4c; | |||
border-radius: 2em; | |||
} | |||
.home-button:hover { | |||
box-shadow: 0 3px 3px rgba(0,0,0,0.08); | |||
} | |||
.home-header-container { | .home-header-container { |