File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 33---
44# Every Tuesday at 12pm Mountain Time
55
6- ![ ] ( assets/logo/svg/horizontal_logo_light.svg ) {: style="width:450px;float: right;padding-left: 10px;"}
6+ < img class = " logo-article-img " src = " assets/logo/svg/horizontal_logo_light.svg " alt = " weekly-dev- chat logo " >
77
88A casual weekly [ virtual chat] ( join.md ) mostly focused on web and software development.
99
Original file line number Diff line number Diff line change 1+ .logo-article-img {
2+ width : 300px ;
3+ margin-left : 20px ;
4+ }
5+ @media (min-width : 768px ) {
6+ .logo-article-img {
7+ width : 450px ;
8+ float : right;
9+ margin-left : 10px ;
10+ }
11+ }
Original file line number Diff line number Diff line change 1717 logo : assets/logo/png/square_logo_light_150.png
1818
1919
20-
21-
2220# Enable the blogging behaviour (builtin plugin)
2321# see https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/
2422plugins :
@@ -41,4 +39,6 @@ exclude_docs: |
4139 past_topics.md
4240markdown_extensions :
4341 - attr_list # This lets us specify image dimensions, etc.
44-
42+
43+ extra_css :
44+ - stylesheets/extra.css
You can’t perform that action at this time.
0 commit comments