diff --git a/css/sha.css b/css/sha.css index 1b239fe..6417234 100644 --- a/css/sha.css +++ b/css/sha.css @@ -7,7 +7,7 @@ .con { width: 100%; padding: 0 2%; - transform: translateY(28px); + transform: translateY(-16px); position: relative; z-index: 1000; } diff --git a/css/sha_2.css b/css/sha_2.css new file mode 100644 index 0000000..1b239fe --- /dev/null +++ b/css/sha_2.css @@ -0,0 +1,13 @@ +.top { + width: 100%; + height: 16px; + background: white; +} + +.con { + width: 100%; + padding: 0 2%; + transform: translateY(28px); + position: relative; + z-index: 1000; +}