소스 검색

fixed the width of buttons in full spellcards to display the full content

Warafear 9 달 전
부모
커밋
5e4dfa20cc

+ 1 - 1
src/app/journal/journal-spellbook/journal-spellbook.component.scss

@@ -10,7 +10,7 @@
 }
 
 h1 {
-  color: #58180d;
+  // color: #58180d;
   // font-family: "Bookinsanity", serif;
   font-size: 3.5rem;
   font-weight: 500;

+ 1 - 1
src/app/shared-components/full-spellcard/full-spellcard.component.scss

@@ -208,7 +208,7 @@
     font-size: 1.25rem;
     font-weight: 600;
     height: 4.25rem;
-    width: 12rem;
+    width: 13rem;
     border-radius: 10px;
     cursor: pointer;
     box-shadow: var(--shadow);