diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index b171704..ba66068 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -25,16 +25,16 @@
- {
+ "keyToString": {
+ "DefaultHtmlFileTemplate": "HTML File",
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "WebServerToolWindowFactoryState": "false",
+ "last_opened_file_path": "D:/HTML/flufflparty",
+ "vue.rearranger.settings.migration": "true"
}
-}]]>
+}
@@ -44,6 +44,7 @@
1679674447095
+
diff --git a/Style.css b/Style.css
index 8343538..e9697ba 100644
--- a/Style.css
+++ b/Style.css
@@ -17,6 +17,14 @@ li, a, button
text-decoration: none;
}
+@media only screen and (max-width: 768px)
+{
+ li, a, button
+ {
+ font-size: 25px;
+ }
+}
+
header
{
display: flex;