fix word wrap and update webring

Amolith created

Change summary

_includes/webring-out.html | 22 +++++++++++-----------
_sass/_default.scss        |  3 ++-
2 files changed, 13 insertions(+), 12 deletions(-)

Detailed changes

_includes/webring-out.html đź”—

@@ -4,27 +4,27 @@
     
     <div class="article">
       <h4 class="title">
-        <a href="https://drewdevault.com/2019/10/15/Status-update-October-2019.html" target="_blank" rel="noopener">Status update, October 2019</a>
+        <a href="https://infosec-handbook.eu/blog/ecsm2019-ctf/" target="_blank" rel="noopener">ECSM 2019: Preparing and hosting a security CTF contest</a>
       </h4>
-      <p class="summary">Last month, I gave you an update at the conclusion of a long series of travels.
-But, I wasn’t done yet - this month, I spent a week in Montreal for XDC.
-Simon Ser put up a great write-up which goes over a lot of the
-important things we discussed there. It wa…</p>
+      <p class="summary">In recent weeks, some of us were heavily involved in preparing and hosting a public CTF contest in the context of this year’s European Cyber Security Month (ECSM). More than 1,000 teams registered, nearly 600 solved at least one challenge. Unlike most oth…</p>
       <small class="source">
-        via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
+        via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook – information security blog</a>
       </small>
-      <small class="date">October 15, 2019</small>
+      <small class="date">October 19, 2019</small>
     </div>
     
     <div class="article">
       <h4 class="title">
-        <a href="https://infosec-handbook.eu/blog/ecsm2019-cyber-hygiene/" target="_blank" rel="noopener">ECSM 2019: Tips for your cyber hygiene</a>
+        <a href="https://drewdevault.com/2019/10/15/Status-update-October-2019.html" target="_blank" rel="noopener">Status update, October 2019</a>
       </h4>
-      <p class="summary">Broadly speaking, hygiene is about maintaining health by doing many different actions such as taking a bath, washing hands and clothes, or cleaning surfaces in rooms. When it comes to “cyber hygiene”—the first of two topics addressed by this year’s Europe…</p>
+      <p class="summary">Last month, I gave you an update at the conclusion of a long series of travels.
+But, I wasn’t done yet - this month, I spent a week in Montreal for XDC.
+Simon Ser put up a great write-up which goes over a lot of the
+important things we discussed there. It wa…</p>
       <small class="source">
-        via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook – information security blog</a>
+        via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
       </small>
-      <small class="date">October 13, 2019</small>
+      <small class="date">October 15, 2019</small>
     </div>
     
     <div class="article">

_sass/_default.scss đź”—

@@ -161,6 +161,7 @@ img {
     margin: 40px auto;
     display: block;
     max-width: 100%;
+    cursor: pointer;
 }
 .content img {
     position: relative;
@@ -469,7 +470,7 @@ strong {
     font-family: 'Inconsolata';
     color: $cloudy;
     margin-top: 80px;
-    word-wrap: anywhere;
+    word-break: break-all;
 }
 
 .explore-divider {