Explorar o código

CSS: Fix Bootstrap 4 grid system for Safari

Close #690
Also, see #571
George Cushen %!s(int64=6) %!d(string=hai) anos
pai
achega
6c40356235
Modificáronse 1 ficheiros con 0 adicións e 12 borrados
  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;