瀏覽代碼

Hever: Add `flex-wrap: wrap` to the Social Navigation

Thomas Guillot 6 年之前
父節點
當前提交
8feac12bc7
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      hever/sass/_extra-child-theme.scss
  2. 1 0
      hever/style-rtl.css
  3. 1 0
      hever/style.css

+ 1 - 0
hever/sass/_extra-child-theme.scss

@@ -170,6 +170,7 @@ a {
 .social-navigation {
 	& > div > ul {
 		justify-content: flex-end;
+		flex-wrap: wrap;
 	}
 }
 

+ 1 - 0
hever/style-rtl.css

@@ -3384,6 +3384,7 @@ p:not(.site-title) a:hover {
 
 .social-navigation > div > ul {
 	justify-content: flex-end;
+	flex-wrap: wrap;
 }
 
 /**

+ 1 - 0
hever/style.css

@@ -3389,6 +3389,7 @@ p:not(.site-title) a:hover {
 
 .social-navigation > div > ul {
 	justify-content: flex-end;
+	flex-wrap: wrap;
 }
 
 /**