new
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 23s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 23s
This commit is contained in:
parent
75cb88bdc2
commit
4f2c498a21
@ -114,6 +114,7 @@ header {
|
||||
-webkit-transform: translateY(-5px) rotate(45deg);
|
||||
transform: translateY(-5px) rotate(45deg)
|
||||
}
|
||||
.menu_hamburger_active span:nth-child(1) {
|
||||
margin-top: 12px;
|
||||
-webkit-transform: translateY(12px) rotate(-45deg);
|
||||
transform: translateY(12px) rotate(-45deg)
|
||||
@ -273,6 +274,7 @@ header {
|
||||
.universe_card:nth-child(11) {
|
||||
margin-right: 0px
|
||||
}
|
||||
|
||||
.universe_card_text {
|
||||
color: #2a2a2a;
|
||||
font-size: 24px;
|
||||
|
@ -7,6 +7,7 @@ hamburgerActive.addEventListener('click', el => {
|
||||
el.currentTarget.classList.toggle('hamburger_active');
|
||||
menuActive.classList.toggle('menu_active');
|
||||
})
|
||||
|
||||
window.addEventListener('DOMContentLoaded', () => {
|
||||
function eventModalOpen () {
|
||||
const modal = document.querySelector('.my_modal');
|
||||
|
Loading…
x
Reference in New Issue
Block a user