Skip to content

Commit

Permalink
programs
Browse files Browse the repository at this point in the history
  • Loading branch information
allenalvin333 committed Dec 13, 2021
1 parent da563db commit 6257c90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/src/App.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.App {
text-align: center;
margin-top: 20vh
margin-top: 25vh
}

.App-logo {
Expand All @@ -12,13 +12,13 @@
header {
background-color: #00000A;
min-height: 20vh;
display: absolute;
display: flex;
position: absolute;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
position: fixed;
top: 0;
top: 0px;
width: 100%;
-webkit-box-shadow: 0 2px 6px #41bce2;
-moz-box-shadow: 0 6px 6px #41bde2;
Expand All @@ -36,4 +36,4 @@ header {
to {
transform: rotate(360deg);
}
}
}
2 changes: 1 addition & 1 deletion app/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ h2 {
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
}

0 comments on commit 6257c90

Please sign in to comment.