Compare commits

...

1 Commits

Author SHA1 Message Date
76fb50a8b6 Body font size 2024-05-21 09:49:41 -04:00
2 changed files with 6 additions and 2 deletions

View File

@@ -105,7 +105,9 @@ body {
color: $color; color: $color;
line-height: 1.5; line-height: 1.5;
// font-size: 100%; // font-size: 100%;
font-size: 15px; // font-size: 12px;
// font-size: 15px;
font-size: 17.5px;
// font-size: 20px; // font-size: 20px;
// font-size: 22px; // font-size: 22px;
/* font-family: 'Source Code Pro', monospace; */ /* font-family: 'Source Code Pro', monospace; */

View File

@@ -1,11 +1,12 @@
# To-Do # To-Do
- check price of AWS server - install Docker
- run Docker apps on it - run Docker apps on it
- run domain - run domain
- run/create Docker compose - run/create Docker compose
- Dockerize app - Dockerize app
# Done # Done
- setup AWS server
# Points # Points
- run/deploy K8s locally on minikube using kubectl - run/deploy K8s locally on minikube using kubectl
@@ -16,3 +17,4 @@
# Replace # Replace
- personal server - personal server
- Astronofy - Astronofy
- check price of AWS server