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%;
}