From 0160dabf6aa426614e48f6422a89a436d819b240 Mon Sep 17 00:00:00 2001 From: Kamil Niemczycki Date: Wed, 25 Aug 2021 11:48:32 +0200 Subject: [PATCH] Update style for About section --- src/components/sections/About.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/sections/About.vue b/src/components/sections/About.vue index f426e23..dd3a0b1 100644 --- a/src/components/sections/About.vue +++ b/src/components/sections/About.vue @@ -7,8 +7,13 @@
Web Developer

I'm a software engineer specialised in frontend and backend development for complex scalable web apps. I write about software development on my blog. Want to know how I may help your project? Check out my project portfolio and online resume.

- Wyświetl portfolio - Więcej o mnie + Wybrane projekty + Więcej o mnie
@@ -51,7 +56,7 @@ div.about { .btn { margin-right: 20px; - &:last-child { + &:last-of-type { margin-right: 0; } } @@ -69,7 +74,7 @@ div.about { display: block; margin-bottom: 25px; - .btn{ + .btn { margin: 0 auto 20px; &:last-child { margin: 0 auto; @@ -79,7 +84,8 @@ div.about { } @media screen and (max-width: 400px) { - .buttons .btn { + .buttons .btn, + .buttons a { min-width: unset; width: 100%; }