diff --git a/valentines-day-25/index.html b/valentines-day-25/index.html index bb091b4..3577a44 100644 --- a/valentines-day-25/index.html +++ b/valentines-day-25/index.html @@ -63,9 +63,13 @@ \ No newline at end of file diff --git a/valentines-day-25/style/style.css b/valentines-day-25/style/style.css index 37bc059..1fd43ab 100644 --- a/valentines-day-25/style/style.css +++ b/valentines-day-25/style/style.css @@ -81,16 +81,22 @@ a:hover { color: var(--link-hover-color); } +.footer-container { + display: flex; + width: 100%; + align-items: center; + justify-content: space-between; +} + .cafe { font-size: 1.25rem; - padding-right: 7rem; } .message { + margin-left: -15vw; font-size: 3rem; font-family: alwaysinmyheart; color: var(--text-color-light-red); - padding-right: 28rem; } .credits {