瀏覽代碼

Tweak padding values for topbar to fit mobile

bubble
Race, Dale 7 年之前
父節點
當前提交
8acac155e1
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/style/_topbar.scss

+ 2
- 2
src/style/_topbar.scss 查看文件

@@ -1,6 +1,6 @@
.topbar
{
padding: 8px 30px;
padding: 8px 0;

background-color: #89bf04;
.topbar-wrapper
@@ -83,7 +83,7 @@
font-size: 16px;
font-weight: bold;

padding: 4px 40px;
padding: 4px 30px;

border: none;
border-radius: 0 4px 4px 0;


Loading…
取消
儲存