Skip to content

Commit

Permalink
chore: 1画面に収まるようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
swfz committed Sep 20, 2023
1 parent 3d82c88 commit 79f8691
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,6 @@
color: white;
}

.App-link {
color: #61dafb;
}

@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

button {
font-size: calc(10px + 2vmin);
}
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function App() {
return (
<div className="App">
<header className="App-header">
<h1>GoogleSlide Comment Stream</h1>
<h2>GoogleSlide Comment Stream</h2>
<p>Click "Start" on both the slide side and the presenter user tools side</p>
<form>
<div className="pseudo-table">
Expand Down

0 comments on commit 79f8691

Please sign in to comment.