소스 검색

CSS: Fix Bootstrap 4 grid system for Safari

Close #690
Also, see #571
George Cushen 6 년 전
부모
커밋
6c40356235
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 12
      layouts/partials/css/academic.css

+ 0 - 12
layouts/partials/css/academic.css

@@ -8,18 +8,6 @@
  *  Core
  **************************************************/
 
-*,
-*::after,
-*::before {
-  box-sizing: border-box;
-}
-
-.row:after,
-.row:before {
-  content: " ";
-  display: table;
-}
-
 html {
   font-family: '{{ .Get "body_font" }}', sans-serif;
   font-size: {{ .Get "font_size_small" }}px;