瀏覽代碼

Adjust button dimensions in portrait mode

tags/v0.1.0
Fen Dweller 5 年之前
父節點
當前提交
0c4b29d45b
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E80B35A6F11C3656
共有 1 個檔案被更改,包括 8 行新增1 行删除
  1. +8
    -1
      gorge.css

+ 8
- 1
gorge.css 查看文件

@@ -263,8 +263,15 @@ button {

#tasty-micro {
width: 30vw;
height: 30vw;
font-size: 20vw;
}

body #tasty-micro:active {
transform: scale(0.9, 0.9);
transition: 0s;
font-size: 15vw;
}
}

.title {
font-size: 48px;


Loading…
取消
儲存