Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
Fix text for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
Minarox committed Sep 26, 2021
1 parent 98276ba commit 7a03cdc
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 37 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea/
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/Maintenance.iml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/discord.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@ article {

article h1 {
margin: 0;
padding: 0 12px;
font-size: 2.8em;
text-transform: uppercase;
text-shadow: 0 0 .5em black;
text-align: center;
}

article p {
padding: 0 12px;
font-size: 1.4em;
line-height: 30px;
text-align: center;
Expand All @@ -45,6 +48,7 @@ footer {
}

footer p {
padding: 0 12px;
font-size: .9em;
color: #CCC;
text-shadow: 0 0 .6em black;
Expand Down

0 comments on commit 7a03cdc

Please sign in to comment.