From 6ae6d2126ae497db8067d7734b6da59b92c07ce9 Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Tue, 29 Aug 2017 21:56:55 +0300 Subject: [PATCH] Add mail --- index.html | 2 +- stylesheets/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e1ef6e1..3adba3f 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@
  • UFS Arena - Warcraft III custom map (JASS).
  • -

    You can find me in VK, Telegram and GitHub.

    +

    You can find me in VK, Telegram and GitHub.
    I rarely check my inbox: mail@vladfaust.com.

    I'm never available for hire.

    diff --git a/stylesheets/style.css b/stylesheets/style.css index 875f6cb..227553d 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -13,6 +13,10 @@ body { justify-content: center; } +.flex-item { + max-width: 600px; +} + a { color: black; font-weight: bold;