v1 of the recipe card is ready. needs mobile work

This commit is contained in:
Jeff MacKinnon 2022-12-17 18:14:30 -04:00
parent 5e875720a1
commit c793963c9b
3 changed files with 6 additions and 5 deletions

View file

@ -9,11 +9,11 @@
height: 500px; height: 500px;
width: 800px; width: 800px;
padding: 0; padding: 0;
margin-top: 50px; margin: 1em;
border-style:solid; border-style:solid;
border-width: 2px; border-width: 2px;
border-color: #555; border-color: #555;
margin-right: 15px;
} }
.card header { .card header {
background: linear-gradient(white, white 33px, pink 35px, pink 36px); background: linear-gradient(white, white 33px, pink 35px, pink 36px);
@ -22,7 +22,7 @@
.card-title { .card-title {
position: relative; position: relative;
left: 1em; left: 1em;
top: 8px; top: 6px;
font-size: 1.5em; font-size: 1.5em;
font-weight: bold; font-weight: bold;
} }

View file

@ -60,7 +60,7 @@
{% block somemorehead %} {% block somemorehead %}
{% if article.specialcss %} {% if article.specialcss %}
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/css-include/{{ article.specialcss }}"> <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css-include/{{ article.specialcss }}">
{% endif %} {% endif %}
{% endblock somemorehead %} {% endblock somemorehead %}

View file

@ -118,7 +118,8 @@ COMMENT_EMBED ='' # This is the emdbed code that you need for the comments.
# Setting up the pelican-photos plugin "stuff" # Setting up the pelican-photos plugin "stuff"
PHOTO_LIBRARY = "A:/Drive/Pictures/publichomepage" #PHOTO_LIBRARY = "A:/Drive/Pictures/publichomepage"
PHOTO_LIBRARY = "/home/jeff/DriveAragorn/Pictures/publichomepage"
PHOTO_GALLERY = (4096, 4096, 90) # This is the maximum length, height and jpg quality PHOTO_GALLERY = (4096, 4096, 90) # This is the maximum length, height and jpg quality
PHOTO_ARTICLE = (1920, 1920, 80) PHOTO_ARTICLE = (1920, 1920, 80)
PHOTO_SQUARE_THUMB = True PHOTO_SQUARE_THUMB = True