diff --git a/stylesheets/main.css b/stylesheets/main.css index 6506cd9e..ed41259a 100644 --- a/stylesheets/main.css +++ b/stylesheets/main.css @@ -97,4 +97,11 @@ h5{margin-top:30px;} #facebook-iframe { width: 350px !important; } +} +@media (max-width:767px) { + .links { + display: flex; + flex-direction: column; + align-items: center; + } } \ No newline at end of file