Line 445: | Line 445: | ||
} | } | ||
− | #project_menu ul { display: flex; justify-content: space- | + | #project_menu ul { display: flex; justify-content: space-around; margin: 0; padding: 0; } |
#project_menu ul li { list-style: none; } | #project_menu ul li { list-style: none; } | ||
#project_menu ul li a { | #project_menu ul li a { | ||
background: #fff; padding: 0.5em; border-radius: 50%; | background: #fff; padding: 0.5em; border-radius: 50%; | ||
− | display: flex; align-items: center; justify-content: center; } | + | display: flex; align-items: center; justify-content: center; width: 9em; height: 9em; } |
− | #project_menu img { width: | + | #project_menu ul li a:hover, #project_menu ul li a:focus { |
+ | box-shadow: 0 0 0 10px #f6da05; | ||
+ | } | ||
+ | #project_menu img { width: 7.5em; height: auto; margin: 1.5em; } | ||
</style> | </style> |
Revision as of 15:53, 9 October 2017