Gregniuki commited on
Commit
1cb2cf2
·
1 Parent(s): cb541d1

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +1 -1
static/style.css CHANGED
@@ -67,7 +67,7 @@ button:hover {
67
  /* Main content with psychedelic patterns */
68
  .main-content {
69
  padding: 50px;
70
- background-image: url('psychedelic-pattern.png'); /* Replace with the actual path to your psychedelic pattern image */
71
  background-size: cover;
72
  text-align: center;
73
  }
 
67
  /* Main content with psychedelic patterns */
68
  .main-content {
69
  padding: 50px;
70
+ background-image: url('/static/psychedelic-pattern.png'); /* Replace with the actual path to your psychedelic pattern image */
71
  background-size: cover;
72
  text-align: center;
73
  }