Files @ 27080b4e3560
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/_styles.html

Christopher Neugebauer
Sponsor page touchups; fixes responsiveness on the logo
1
2
3
4
5
6
7
8
{% load compress %}
{% load staticfiles %}

<link href="https://fonts.googleapis.com/css?family=Montserrat:300,500,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
{% compress css %}
    <link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}" />
{% endcompress %}